We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit dfa876bCopy full SHA for dfa876b
.gitignore
@@ -0,0 +1,2 @@
1
+node_modules/
2
+*.log
package.json
@@ -0,0 +1,14 @@
+{
+ "name": "react-native-animated-loader",
3
+ "version": "0.0.1",
4
+ "description": "react-native-animated-loader",
5
+ "main": "src/index.js",
6
+ "files":[
7
+ "src"
8
+ ],
9
+ "scripts": {
10
+ "test": "echo \"Error: no test specified\" && exit 1"
11
+ },
12
+ "author": "vikrantnegi",
13
+ "license": "MIT"
14
+}
readme.md
@@ -0,0 +1,3 @@
+# react-native-animated-loader
+
+> Coming soon
src/index.js
@@ -0,0 +1 @@
+console.log('Yeah!');
0 commit comments