Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
License
rescript-react-native/flash-list
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
ReScript bindings forflash-list.
Exposed asFlashList module.
@rescript-react-native/flash-list X.y.* means it's compatible with@shopify/flash-list X.y.*
When@shopify/flash-listis properly installed & configured by following their installation instructions,you can install the bindings:
npm install @rescript-react-native/flash-list#oryarn add @rescript-react-native/flash-list
@rescript-react-native/flash-list should be added tobs-dependencies in yourrescript.json:
{ //... "bs-dependencies": [ "@rescript/react", "rescript-react-native", // ...+ "@rescript-react-native/flash-list" ], //...}openReactNative;@react.componentletmake= ()=> { <FlashListdata={[{"id":"1","name":"Foo"}]}keyExtractor={(item,_)=>item["id"]}renderItem={({item})=> <View> <Text> {item["name"]->React.string} </Text> </View>} />}
Check thechangelog for more informations about recentreleases.
Read thecontribution guidelinesbefore contributing.
We want this community to be friendly and respectful to each other. Please readour full code of conductso that you can understand what actions will and will not be tolerated.
About
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.