@navify/react
These are React specific building blocks on top of @navify/core components/services.
To get started, install the Navify CLI by running npm i -g @navify/cli
. Then, start a new Navify React Project by running navify start myapp --type=react
.
Current Status of Components
Below is a list of components yet to be implemented:
Component |
---|
NavVirtualScroll |
Publishing a Native Application
You can now make use of all of the navify components in your React application. If you want to publish your app to the App Store or Google Play you will need to use the navify cli to execute Jigra commands to do so.
More information on this can be found here. https://navifyframework.web.app/docs/cli If you want to learn more about Jigra our dedicated site can be found here. https://jigrajs.web.app/
The commands that you will need to execute are below in your project's root.
navify init "My React App" --type=react
navify integrations enable jigra
Then run the following command to get started with either ios
or android
platforms.
navify jigra add <android|ios>
After build you build your app you will need to copy your jigra resources into the build dir so execute the following command.
navify jigra copy
To open your application to build/emulate in Android Studio or Xcode run the open
command.
navify jigra open <android|ios>