There is no real need to go into details here. The react-native documentation has a very detailed getting started guide to get you started:
https://facebook.github.io/react-native/docs/getting-started.htmlarrow-up-right
Just make sure you follow the "Building Projects with Native Code" guide.
If all turned out well you should see the "Welcome page" of the react-native app in your simulator of choice.
Following the getting started guide of the reactnative-visual you should be able to get the visual components working in your application:
Same for the client:
This should be really all you need. To get some more details on how to solve some more complicated things you might have a look at the code of the demo application:
https://github.com/dormakaba-digital/digital-reactnative-demoarrow-up-right
Last updated 7 years ago