Skip to content

Commit

Permalink
Convert to run with Exponent
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Sep 14, 2016
1 parent a102c88 commit 8cac423
Show file tree
Hide file tree
Showing 39 changed files with 49 additions and 1,942 deletions.
12 changes: 12 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"presets": [
"react-native-stage-0/decorator-support"
],
"env": {
"development": {
"plugins": [
"transform-react-jsx-source"
]
}
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# OSX
#
.DS_Store
.exponent/*

# Xcode
#
Expand Down
66 changes: 0 additions & 66 deletions android/app/BUCK

This file was deleted.

140 changes: 0 additions & 140 deletions android/app/build.gradle

This file was deleted.

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

This file was deleted.

31 changes: 0 additions & 31 deletions android/app/src/main/AndroidManifest.xml

This file was deleted.

16 changes: 0 additions & 16 deletions android/app/src/main/java/com/rnpaperinterface/MainActivity.java

This file was deleted.

This file was deleted.

Binary file removed android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions android/app/src/main/res/values/strings.xml

This file was deleted.

8 changes: 0 additions & 8 deletions android/app/src/main/res/values/styles.xml

This file was deleted.

Loading

0 comments on commit 8cac423

Please sign in to comment.