January 2019
Intermediate to advanced
592 pages
14h 30m
English
For this recipe we'll need to create a new pure React Native app. Let's name it MultiThreadingApp.
We will also be using the react-native-button library. Install it with npm:
npm install react-native-button --save
Alternatively, we can use yarn:
yarn add react-native-button
Read now
Unlock full access