File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
versioned_docs/version-7.x Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -216,8 +216,9 @@ If you need to disable this optimization for specific screens (e.g. you want to
216216
217217### Options
218218
219- The following [ options] ( screen-options.md ) can be used to configure the screens in the navigator. These can be specified under:
220- * [ ` screenOptions ` ] ( screen-options.md#options-prop-on-screen ) prop of ` Stack.navigator `
219+ The following [ options] ( screen-options.md ) can be used to configure the screens in the navigator. These can be specified under:
220+
221+ - [ ` screenOptions ` ] ( screen-options.md#options-prop-on-screen ) prop of ` Stack.navigator `
221222
222223Example:
223224
@@ -253,14 +254,13 @@ const Stack = createNativeStackNavigator({
253254</TabItem >
254255</Tabs >
255256
256-
257- * [ ` options ` ] ( screen-options.md#screenoptions-prop-on-the-navigator ) prop of ` Stack.Screen ` .
257+ - [ ` options ` ] ( screen-options.md#screenoptions-prop-on-the-navigator ) prop of ` Stack.Screen ` .
258258
259259Example:
260260<Tabs groupId =" config " queryString =" config " >
261261<TabItem value =" static " label =" Static " default >
262262
263- ``` js name="Screen title option"
263+ ``` js name="Screen title option"
264264const Stack = createNativeStackNavigator ({
265265 screens: {
266266 Home: {
You can’t perform that action at this time.
0 commit comments