Getting started
Create your first project
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.html
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.
Add the dormakaba visual and client module
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:
And now?
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-demo
Last updated