Skip to content

Instantly share code, notes, and snippets.

View AlexLMCode's full-sized avatar
📲

Alejandro Lujan AlexLMCode

📲
  • https://www.linkedin.com/in/alexlujan/
  • Mexico
  • X @Alexlmcode
View GitHub Profile
npx react-native init AwesomeTSProject --template react-native-template-typescript
npm install @react-navigation/native
npm install react-native-screens react-native-safe-area-context
Edit MainActivity.java file which is located in android/app/src/main/java/<your package name>/MainActivity.java.
@Override
protected void onCreate(Bundle savedInstanceState) {