Skip to content

Commit 838ad17

Browse files
author
Hossein Pousti
committed
docs: updating docs and package.json
1 parent e609fb6 commit 838ad17

2 files changed

Lines changed: 18 additions & 10 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ export default function App() {
103103
}
104104
```
105105

106-
Please see the [example directory](/example/src/) for more examples.
106+
Check out the [example directory](/example/src/) for more examples.
107107

108108
## 📚 Documentation
109109

110-
Please see the [usage documentation](/docs/USAGE.md) to learn how to use the components as basic and advanced usages to have high efficiency.
110+
Check out the [usage documentation](/docs/USAGE.md) to learn how to use the components as basic and advanced usages to have high efficiency.
111111

112112
## ❤️ Support
113113

@@ -117,7 +117,7 @@ if you need any help: [business.mhpdev@gmail.com](mailto:business.mhpdev@gmail.c
117117

118118
## 🤝 Contribution
119119

120-
Please see the [contributing guide](/docs/CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
120+
Check out the [contributing guide](/docs/CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
121121

122122
## License
123123

package.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,21 @@
3636
"bootstrap": "yarn example && yarn install"
3737
},
3838
"keywords": [
39-
"react-native",
39+
"android",
40+
"ios",
41+
"web",
42+
"react native",
4043
"reactjs",
41-
"reactnative",
42-
"fast-base",
44+
"native",
45+
"react",
46+
"ui library",
47+
"responsive ui",
4348
"bootstrap",
44-
"darkmode",
45-
"wrapper",
46-
"layouts"
49+
"dark mode",
50+
"mergeRefs",
51+
"react native ui",
52+
"react native kit",
53+
"react native component"
4754
],
4855
"repository": "https://github.com/Mhp23/react-native-fast-base",
4956
"author": "mhp23 <business.mhpdev@gmail.com> (https://github.com/Mhp23)",
@@ -53,6 +60,7 @@
5360
},
5461
"homepage": "https://github.com/Mhp23/react-native-fast-base#readme",
5562
"publishConfig": {
63+
"access": "public",
5664
"registry": "https://registry.npmjs.org/"
5765
},
5866
"devDependencies": {
@@ -103,7 +111,7 @@
103111
"<rootDir>/lib/"
104112
],
105113
"transformIgnorePatterns": [
106-
"node_modules/(?!(@react-native|react-native|react-native-vector-icons))"
114+
"node_modules/(?!(@react-native|react-native))"
107115
]
108116
},
109117
"commitlint": {

0 commit comments

Comments
 (0)