React Native integration for FrintJS.
Install
You should already have these FrintJS dependencies first:
$ npm install --save frint frint-react
Now you can install the package for React Native integration:
$ npm install --save frint-react-native
Usage
You can write a regular FrintJS application with React first:
// App.js;;; { return <View> <Text>Hello World!</Text> </View> ;} const App = ; ;
Now instantiate and register it to React Native:
// index.js; ; const app = ;;
License
MIT