Open index.ios.js
or index.android.js
and delete everything between the <View> </View>
. After that, write <Text> Hello World! </Text>
and run the emulator.
You should see Hello World!
written on the screen!
Congrats! You've successfully written your first Hello World!