react-native:使用React Native渲染的Cycle.js驱动程序

时间:2024-03-15 23:09:59
【文件属性】:

文件名称:react-native:使用React Native渲染的Cycle.js驱动程序

文件大小:9KB

文件格式:ZIP

更新时间:2024-03-15 23:09:59

TypeScript

循环React Native 使用React Native渲染的Cycle.js驱动程序 提供驱动程序工厂makeReactNativeDriver 包含hyperscript辅助函数,例如View() , Text()等 npm install @cycle/react-native 例子 import xs from 'xstream' ; import { run } from '@cycle/run' ; import { makeReactNativeDriver , TouchableOpacity , View , Text } from '@cycle/react-native' ; function main ( sources ) { const inc = Symbol ( ) ; const inc$ = sources . react . select


【文件预览】:
react-native-master
----.gitignore(95B)
----package.json(2KB)
----src()
--------driver.ts(648B)
--------components.ts(2KB)
--------index.ts(82B)
--------helper.ts(2KB)
----LICENSE(1KB)
----tsconfig.json(493B)
----readme.md(3KB)
----test()
--------tsconfig.json(504B)
--------index.ts(2KB)
--------helpers.ts(6KB)

网友评论