File tree Expand file tree Collapse file tree 2 files changed +10
-31
lines changed Expand file tree Collapse file tree 2 files changed +10
-31
lines changed Original file line number Diff line number Diff line change 1515 src="assets/Screenshots/typescript.jpg" />
1616</p >
1717
18- ## Library Usage
19-
20- - ` npm i `
21- - Delete example folder
22- - Delete build folder
23- - Make your own library into the ` lib ` folder
24- - Change package.json
25- - Change README for your own documentation
26- - ` npm run build `
27-
28- ```
29- > react-native-typescript-library-starter@0.1.0 build /Users/kuray/Coursion/MyLibraries/ReactNative/react-native-typescript-library-starter
30- > cd lib && tsc && cp ../package.json ../build/dist/ && Echo Build completed!
31-
32- Build completed!
33- ```
34-
35- - Test your build/dist into the new project
36- - Finally, time to npm publish :)
37-
38- ### Below part is for Documentation ! Remove above Library Usage
39-
4018# Installation
4119
4220Add the dependency:
Original file line number Diff line number Diff line change 11{
2- "name" : " react-native-typescript-library-starter " ,
3- "version" : " 1.0.5 " ,
4- "description" : " Extremely easy to create a React Native Component Library with both Stateful and Functional Component Examples. " ,
2+ "name" : " react-native-text-input-interactive " ,
3+ "version" : " 0. 1.0" ,
4+ "description" : " Fully customizable, animated text input for React Native with beautiful and elegant design " ,
55 "main" : " ./build/dist/index.js" ,
6- "repository" : " git@github.com:WrathChaos/react-native-typescript-library-starter .git" ,
6+ "repository" : " git@github.com:WrathChaos/react-native-text-input-interactive .git" ,
77 "author" : " FreakyCoder <kurayogun@gmail.com>" ,
88 "license" : " MIT" ,
99 "homepage" : " https://www.freakycoder.com" ,
10- "bugs" : " https://github.com/WrathChaos/react-native-typescript-library-starter /issues" ,
10+ "bugs" : " https://github.com/WrathChaos/react-native-text-input-interactive /issues" ,
1111 "keywords" : [
12+ " text-input" ,
13+ " text-field" ,
14+ " interactive" ,
15+ " animated" ,
1216 " FreakyCoder" ,
1317 " freakycoder" ,
1418 " kuray" ,
2630 "version" : " npm run format && git add -A src" ,
2731 "postversion" : " git push && git push --tags"
2832 },
29- "peerDependencies" : {
30- "react" : " >= 16.x.x" ,
31- "react-native" : " >=0.63.x"
32- },
33+ "peerDependencies" : {},
3334 "devDependencies" : {
3435 "@types/react" : " ^16.9.53" ,
3536 "@types/react-native" : " ^0.63.25" ,
You can’t perform that action at this time.
0 commit comments