Skip to content

Commit c2e5260

Browse files
committed
Add react-native-test-app (#185)
1 parent f29e191 commit c2e5260

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+5878
-4707
lines changed

examples/DemoCodeField/.buckconfig

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

examples/DemoCodeField/.gitignore

Lines changed: 10 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,14 @@
1-
# OSX
2-
#
1+
*.binlog
2+
*.hprof
3+
*.xcworkspace/
4+
*.zip
35
.DS_Store
4-
5-
# Xcode
6-
#
6+
.gradle/
7+
.idea/
8+
.vs/
9+
Pods/
710
build/
8-
*.pbxuser
9-
!default.pbxuser
10-
*.mode1v3
11-
!default.mode1v3
12-
*.mode2v3
13-
!default.mode2v3
14-
*.perspectivev3
15-
!default.perspectivev3
16-
xcuserdata
17-
*.xccheckout
18-
*.moved-aside
19-
DerivedData
20-
*.hmap
21-
*.ipa
22-
*.xcuserstate
23-
24-
# Android/IntelliJ
25-
#
26-
build/
27-
.idea
28-
.gradle
11+
dist/
2912
local.properties
30-
*.iml
31-
32-
# node.js
33-
#
13+
msbuild.binlog
3414
node_modules/
35-
npm-debug.log
36-
yarn-error.log
37-
38-
# BUCK
39-
buck-out/
40-
\.buckd/
41-
*.keystore
42-
!debug.keystore
43-
44-
# fastlane
45-
#
46-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
47-
# screenshots whenever they are needed.
48-
# For more information about the recommended setup visit:
49-
# https://docs.fastlane.tools/best-practices/source-control/
50-
51-
*/fastlane/report.xml
52-
*/fastlane/Preview.html
53-
*/fastlane/screenshots
54-
55-
# Bundle artifact
56-
*.jsbundle
57-
58-
# CocoaPods
59-
/ios/Pods/

examples/DemoCodeField/android/app/_BUCK

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

examples/DemoCodeField/android/app/build.gradle

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

examples/DemoCodeField/android/app/build_defs.bzl

Lines changed: 0 additions & 19 deletions
This file was deleted.
-2.2 KB
Binary file not shown.

examples/DemoCodeField/android/app/proguard-rules.pro

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

0 commit comments

Comments
 (0)