We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b5295 commit b432206Copy full SHA for b432206
package.json
@@ -1,16 +1,19 @@
1
{
2
- "name": "react-native-nested-scroll-view",
+ "name": "@react-native-oh-tpl/react-native-nested-scroll-view",
3
"version": "9.0.0-0.0.1",
4
"description": "React Native ScrollView replacement with NestedScrollView",
5
"main": "index.js",
6
"keywords": [
7
- "android",
8
"react-native",
9
"nested-scroll"
10
],
+ "harmony": {
11
+ "alias": "react-native-nested-scroll-view"
12
+ },
13
"author": "Cesar Augusto <cesardeazevedo@outlook.com>",
14
"license": "MIT",
15
"dependencies": {
- "fbjs": "^3.0.5"
16
+ "fbjs": "^3.0.5",
17
+ "react-native-nested-scroll-view": "^9.0.0"
18
}
19
0 commit comments