January 2019
Intermediate to advanced
592 pages
14h 30m
English
We'll need to create a new app for this recipe. This package does not require running the following command during setup:
react-native link
So, should work just fine with an Expo app. Let's name the recipe glamorous-app.
We will also need to install the glamorous-app package. This can be installed with npm:
npm install --save glamorous-native
Or, we can use yarn:
yarn add glamorous-native
Read now
Unlock full access