diff --git a/README.md b/README.md index b5e0347..7a35876 100644 --- a/README.md +++ b/README.md @@ -15,28 +15,6 @@ src="assets/Screenshots/typescript.jpg" />
-## Library Usage - -- `npm i` -- Delete example folder -- Delete build folder -- Make your own library into the `lib` folder -- Change package.json -- Change README for your own documentation -- `npm run build` - -``` -> react-native-typescript-library-starter@0.1.0 build /Users/kuray/Coursion/MyLibraries/ReactNative/react-native-typescript-library-starter -> cd lib && tsc && cp ../package.json ../build/dist/ && Echo Build completed! - -Build completed! -``` - -- Test your build/dist into the new project -- Finally, time to npm publish :) - -### Below part is for Documentation ! Remove above Library Usage - # Installation Add the dependency: diff --git a/package.json b/package.json index 8ee4a97..a06a158 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,18 @@ { - "name": "react-native-typescript-library-starter", - "version": "1.0.5", - "description": "Extremely easy to create a React Native Component Library with both Stateful and Functional Component Examples.", + "name": "react-native-text-input-interactive", + "version": "0.1.0", + "description": "Fully customizable, animated text input for React Native with beautiful and elegant design", "main": "./build/dist/index.js", - "repository": "git@github.com:WrathChaos/react-native-typescript-library-starter.git", + "repository": "git@github.com:WrathChaos/react-native-text-input-interactive.git", "author": "FreakyCoder