Skip to content

infi-nl/presentation-2019-05-27-react-native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 32.7%
  • TypeScript 32.3%
  • Starlark 16.4%
  • Java 11.2%
  • JavaScript 6.2%
  • Shell 1.2%