Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 916 Bytes

File metadata and controls

31 lines (23 loc) · 916 Bytes

InfiCon 2019 React Native


⚠ Warning: This repository is frozen in time, and getting no new (security) updates. It is left public, as it is a presentation it might still be of use to someone. Note that if you clone and install any (dev)dependencies, that you should possibly update them first, as this repository is getting no (security) updates anymore.

This repository contains the slides and code for my talk @ InfiCon 2019.

Every coding step I demonstrated in my talk is tagged in the repository, so you can walk through the steps yourself.

Running the app

Make sure to install the necessary requirements:

npm install -g react-native-cli

Start an emulator or connect a device set to debug-mode, e.g.:

~/Android/Sdk/emulator/emulator -avd <YOUR_EMULATOR_NAME>

And then from the "HelloInfiCon"-directory run:

react-native run-android
# or
react-native run-ios