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
216
216
217
217
### Options
218
218
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 `
221
222
222
223
Example:
223
224
@@ -253,14 +254,13 @@ const Stack = createNativeStackNavigator({
253
254
</TabItem >
254
255
</Tabs >
255
256
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 ` .
258
258
259
259
Example:
260
260
<Tabs groupId =" config " queryString =" config " >
261
261
<TabItem value =" static " label =" Static " default >
262
262
263
- ``` js name="Screen title option"
263
+ ``` js name="Screen title option"
264
264
const Stack = createNativeStackNavigator ({
265
265
screens: {
266
266
Home: {
You can’t perform that action at this time.
0 commit comments