This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { |