Skip to content

Commit 25fb0ed

Browse files
committed
chore: ready to publish
1 parent de6f3e4 commit 25fb0ed

File tree

4 files changed

+9
-176
lines changed

4 files changed

+9
-176
lines changed

example/lib/ToggleButton.style.ts

Lines changed: 0 additions & 49 deletions
This file was deleted.

example/lib/ToggleButton.tsx

Lines changed: 0 additions & 82 deletions
This file was deleted.

example/lib/helpers/useStateWithCallback.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
2-
"name": "react-native-typescript-library-starter",
3-
"version": "1.1.1",
4-
"description": "Extremely easy to create a React Native Component Library with both Stateful and Functional Component Examples.",
5-
"main": "./build/dist/index.js",
6-
"repository": "git@github.com:WrathChaos/react-native-typescript-library-starter.git",
2+
"name": "react-native-toggle-button",
3+
"version": "0.1.0",
4+
"description": "Cool and easy to use react native toggle button",
5+
"main": "./build/dist/ToggleButton.js",
6+
"repository": "git@github.com:WrathChaos/react-native-toggle-button.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-toggle-button/issues",
1111
"keywords": [
12+
"toggle",
13+
"button",
14+
"toggle-button",
1215
"FreakyCoder",
1316
"freakycoder",
1417
"kuray",

0 commit comments

Comments
 (0)