# React Native Screens example app that uses fabric architecture ## Installing & running application Before running application you need to install all dependencies. To do that: - In project's root directory run `yarn install` - In FabricExample directory run `yarn install` ### Android To run this application on Android you need to have Java 11 active on your computer. You can check which version you are using by running `javac --version`. You can change it by changing `JAVA_HOME` environment variable or in Android Studio settings. Then you can run this application by `yarn android` or from Android Studio. ### iOS To run on iOS: - Navigate to the `FabricExample` directory and install Ruby dependencies: `rbenv exec bundle install` - Then, navigate to the `FabricExample/ios` subdirectory and install CocoaPods: `rbenv exec bundle exec pod install` - Then in `FabricExample` run `yarn ios` or run application from Xcode.