Skip to content

Commit 434040c

Browse files
committed
main path is fixe
1 parent 13036a3 commit 434040c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<p align="center">
1414
<img alt="React Native Empty State"
15-
src="assets/Screenshots/react-native-empty-state.jpg" />
15+
src="assets/Screenshots/react-native-empty-state.png" />
1616
</p>
1717

1818
# Installation

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@freakycoder/react-native-bounceable": "^0.2.2",
14+
"@freakycoder/react-native-empty-state": "^0.1.0",
1415
"react": "16.13.1",
1516
"react-native": "0.63.3",
1617
"react-native-gorgeous-header": "^0.1.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@freakycoder/react-native-empty-state",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Extremely easy to create a React Native Component Library with both Stateful and Functional Component Examples.",
5-
"main": "./build/dist/index.js",
5+
"main": "./build/dist/EmptyState.js",
66
"repository": "git@github.com:WrathChaos/react-native-empty-state.git",
77
"author": "FreakyCoder <kurayogun@gmail.com>",
88
"license": "MIT",

0 commit comments

Comments
 (0)