Skip to content

dedisetiaji/ReactNativeList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

ReactNativeList

List of usable React Native library This is list of library that i used for my apps

  1. Website Resources :
  • JS Coach : https://js.coach JS Coach is a "search engine" to find library for React, React Native, Babel, etc. With js.coach we can see how many the library has been downloaded and how many star of the library
  1. UI
  1. State management
  • MOBX : https://github.com/mobxjs/mobx Simple, scalable, battle tested state management. Is very simple state management that you can use in your React Native or React JS project. Using @observable and @observe you are ready to manipulate state in your aps.
  1. Database
  • Realm : https://realm.io/ Reactive No SQL database. Use realm to minimize your code and make your apps reactive using this no sql database. Realm can be combined with React Native easily, especially when you are using . Just call the schema and put it in your state.
  1. Native Component
  • Bluetooth Serial : https://github.com/rusel1989/react-native-bluetooth-serial If you want to connect your app with your bluetooth devices. You can use this library. But remember Bluetooth is different with BLE. This lib only run in bluetooth, not in BLE (Bluetooth Low Energy). In my project i use it to connect my app to POS Print

About

List of usable React Native library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors