Skip to content

Instantly share code, notes, and snippets.

@Daniel-Monroy
Last active February 7, 2021 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Daniel-Monroy/a747b7750e5affae427bd229b7fa7ee0 to your computer and use it in GitHub Desktop.
Save Daniel-Monroy/a747b7750e5affae427bd229b7fa7ee0 to your computer and use it in GitHub Desktop.
// Instalar ReactNative
npm install @react-navigation/native
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
npm i @react-navigation/stack
// IOS
cd ios/
pod install
// En Android android/app/build.gradle
implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'
// En App.js
import 'react-native-gesture-handler';
// React-Native Base
npm i native-base
pod install
// Expo Secure Store
npm i expo-secure-store
npm install react-native-unimodules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment