NguyenTaiAnh / example_react_native_v3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

headerRight Deprecation in 'navigationOptions' In the upcoming lecture, you will get a deprecation warning when adding headerRight to the navigationOptions in IndexScreen. It can be resolved by writing like this instead:

return { headerRight: () => ( <TouchableOpacity onPress={() => navigation.navigate('Create')}> ), };

About


Languages

Language:JavaScript 100.0%