react-native-collapsible-header-tab-view 1.0.2 → 1.0.3
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.
- package/README.md +1 -1
- package/package.json +8 -1
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ npm install react-native-pager-view
|
|
|
32
32
|
### 基础示例
|
|
33
33
|
|
|
34
34
|
```jsx
|
|
35
|
-
import
|
|
35
|
+
import CollapsibleTabView , { TabFlatList } from 'react-native-collapsible-header-tab-view';
|
|
36
36
|
|
|
37
37
|
export function App() {
|
|
38
38
|
return (
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-collapsible-header-tab-view",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "不依赖 react-native-reanimated ,可吸顶的tab view",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,6 +17,13 @@
|
|
|
17
17
|
"pager"
|
|
18
18
|
],
|
|
19
19
|
"author": "",
|
|
20
|
+
"maintainers": [
|
|
21
|
+
{
|
|
22
|
+
"name": "MasterZuom",
|
|
23
|
+
"email": "19471180+MasterZuom@users.noreply.github.com",
|
|
24
|
+
"url": "https://github.com/MasterZuom"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
20
27
|
"license": "MIT",
|
|
21
28
|
"peerDependencies": {
|
|
22
29
|
"react": "*",
|