Skip to content

Commit

Permalink
Update example with RN 0.57 (#980)
Browse files Browse the repository at this point in the history
* Remove Example folder

* Init RN example project

* Add an example with a freshly created RN project
  • Loading branch information
charpeni committed Nov 21, 2018
1 parent 0ed6aff commit 979b9a8
Show file tree
Hide file tree
Showing 74 changed files with 8,894 additions and 1,324 deletions.
2 changes: 1 addition & 1 deletion .npmignore
@@ -1,4 +1,4 @@
Example/
example/
images/
node_modules/
yarn.lock
3 changes: 3 additions & 0 deletions .watchmanconfig
@@ -0,0 +1,3 @@
{
"ignore_dirs": [".git", "node_modules", "example"]
}
65 changes: 0 additions & 65 deletions Example/.flowconfig

This file was deleted.

34 changes: 0 additions & 34 deletions Example/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion Example/.watchmanconfig

This file was deleted.

18 changes: 0 additions & 18 deletions Example/android/Example.iml

This file was deleted.

67 changes: 0 additions & 67 deletions Example/android/app/proguard-rules.pro

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions Example/android/app/src/main/res/values/strings.xml

This file was deleted.

Binary file removed Example/android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions Example/android/settings.gradle

This file was deleted.

15 changes: 0 additions & 15 deletions Example/index.android.js

This file was deleted.

15 changes: 0 additions & 15 deletions Example/index.ios.js

This file was deleted.

0 comments on commit 979b9a8

Please sign in to comment.