January 2019
Intermediate to advanced
592 pages
14h 30m
English
For this recipe, we'll need a new empty, pure React Native application. Let's call it NativeModuleApp.
In this recipe, we'll also make use of the react-native-button library. This library will allow us to work with a Button component that's more sophisticated than the React Native counterparts. It can be installed with npm:
npm install react-native-button --save
Or it can be installed using yarn:
yarn add react-native-button
Read now
Unlock full access