@tarojs/router-rn 3.5.4-alpha.1 → 3.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -278,7 +278,7 @@ export class TabBar extends React.PureComponent {
278
278
  })
279
279
  }
280
280
  ],
281
- position: showTabBar ? 'absolute' : null
281
+ position: showTabBar ? 'relative' : null
282
282
  },
283
283
  style,
284
284
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/router-rn",
3
- "version": "3.5.4-alpha.1",
3
+ "version": "3.5.5",
4
4
  "description": "Taro-router-rn",
5
5
  "main": "dist/index.js",
6
6
  "typings": "src/index.ts",
@@ -21,7 +21,7 @@
21
21
  "license": "MIT",
22
22
  "peerDependencies": {
23
23
  "@react-native-masked-view/masked-view": "~0.2.7",
24
- "react-native-gesture-handler": "~2.5.0",
24
+ "react-native-gesture-handler": "~1.10.3",
25
25
  "react-native-safe-area-context": "~4.3.1",
26
26
  "react-native-screens": "^3.15.0"
27
27
  },
@@ -34,12 +34,13 @@
34
34
  "@react-navigation/stack": "^6.1.1",
35
35
  "nanoid": "^3.1.12",
36
36
  "query-string": "^6.1.0",
37
- "react-native-gesture-handler": "~2.5.0",
37
+ "react-native-gesture-handler": "~1.10.3",
38
38
  "react-native-safe-area-context": "~4.3.1",
39
39
  "react-native-screens": "^3.15.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@types/react-native": "^0.69.5"
42
+ "@types/react": "^17.0.0",
43
+ "@types/react-native": "^0.67.7"
43
44
  },
44
45
  "scripts": {
45
46
  "build": "tsc",
@@ -393,7 +393,7 @@ export class TabBar extends React.PureComponent<TabBarProps & WithSafeAreaInsets
393
393
  })
394
394
  }
395
395
  ],
396
- position: showTabBar ? 'absolute' : (null as any)
396
+ position: showTabBar ? 'relative' : (null as any)
397
397
  },
398
398
  style,
399
399
  {