This example is a demonstration of a project using the React Native Controllers npm package for creating a native skeleton for an iOS app. The app showcases the following native UI elements:
- Side menu drawer
- Tab bar
- Navigation bar
Before running this app, make sure you ran:
cd example
npm install
Mac and Xcode are required.
- Open
example/ios/ControllersExample.xcodeproj
in Xcode - Hit the Run button
See Running on device if you want to use a physical device.