Skip to content

Commit 186fe70

Browse files
committed
test: use react-native-test-app for example, updated example
- no longer using detox, all the tests were manual anyway - react-native 0.82.1 is current version, used here - new types for react-native meant some module typings changed - ios-config.sh needs one more lookup iteration for react-native-test-app (but I searched for the specific sub-dir rather than change general lookup count, backwards-compatible)
1 parent 354590d commit 186fe70

File tree

71 files changed

+3931
-6227
lines changed

Some content is hidden

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

71 files changed

+3931
-6227
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
BUNDLE_PATH: ".bundle"
2+
BUNDLE_FORCE_RUBY_PLATFORM: 1

RNGoogleMobileAdsExample/.detoxrc.json

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

RNGoogleMobileAdsExample/.eslintrc.js

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 14 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,18 @@
1-
# OSX
2-
#
1+
*.binlog
2+
*.hprof
3+
*.xcworkspace/
4+
*.zip
35
.DS_Store
4-
5-
# Xcode
6-
#
7-
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-
**/.xcode.env.local
24-
25-
# Android/IntelliJ
26-
#
6+
.bundle/*
7+
!.bundle/config
8+
.gradle/
9+
.idea/
10+
.vs/
11+
.xcode.env
12+
Pods/
2713
build/
28-
.idea
29-
.gradle
14+
dist/*
15+
!dist/.gitignore
3016
local.properties
31-
*.iml
32-
*.hprof
33-
.cxx/
34-
*.keystore
35-
!debug.keystore
36-
37-
# node.js
38-
#
17+
msbuild.binlog
3918
node_modules/
40-
npm-debug.log
41-
yarn-error.log
42-
43-
# fastlane
44-
#
45-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
46-
# screenshots whenever they are needed.
47-
# For more information about the recommended setup visit:
48-
# https://docs.fastlane.tools/best-practices/source-control/
49-
50-
**/fastlane/report.xml
51-
**/fastlane/Preview.html
52-
**/fastlane/screenshots
53-
**/fastlane/test_output
54-
55-
# Bundle artifact
56-
*.jsbundle
57-
58-
# Ruby / CocoaPods
59-
**/Pods/
60-
/vendor/bundle/
61-
62-
# Temporary files created by Metro to check the health of the file watcher
63-
.metro-health-check*
64-
65-
# testing
66-
/coverage
67-
68-
# Yarn
69-
.yarn/*
70-
!.yarn/patches
71-
!.yarn/plugins
72-
!.yarn/releases
73-
!.yarn/sdks
74-
!.yarn/versions

RNGoogleMobileAdsExample/.mocharc.js

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

RNGoogleMobileAdsExample/.prettierrc.js

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

0 commit comments

Comments
 (0)