This commit is contained in:
Fedir Ushakov
2019-09-05 19:27:19 +03:00
committed by GitHub
parent 7084d140ee
commit bf23bf6ce6

View File

@@ -81,7 +81,7 @@ In order to take advantage of the native stack navigator primitive introduced in
import createNativeStackNavigator from 'react-native-screens/createNativeStackNavigator';
```
Then replace places when you use `createStackNavigator` with `createNativeStackNavigator`. Note that not all the screen customization optioms are supported. There are some technical limitations for implementing some of the stack header options. Documenting the supported parameters is on an immediate roadmap and will be available soon.
Then replace places when you use `createStackNavigator` with `createNativeStackNavigator`. Note that not all the screen customization options are supported. There are some technical limitations for implementing some of the stack header options. Documenting the supported parameters is on an immediate roadmap and will be available soon.
## Interop with other libraries