Skip to content

Commit 28365db

Browse files
authored
Release 55.2.1 (#193)
1 parent 8d199a5 commit 28365db

File tree

97 files changed

+239
-2020
lines changed

Some content is hidden

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

97 files changed

+239
-2020
lines changed

example/RNExampleApp/.gitignore

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,52 @@ buck-out/
5555
# Bundle artifact
5656
*.jsbundle
5757

58+
# Platforms
59+
android/
60+
ios/
61+
5862
# Expo
5963
.expo/
6064
/.expo/
65+
66+
# @generated expo-cli sync-8d4afeec25ea8a192358fae2f8e2fc766bdce4ec
67+
# The following patterns were generated by expo-cli
68+
69+
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
70+
71+
# dependencies
72+
node_modules/
73+
74+
# Expo
75+
.expo/
76+
dist/
77+
web-build/
78+
expo-env.d.ts
79+
80+
# Native
81+
*.orig.*
82+
*.jks
83+
*.p8
84+
*.p12
85+
*.key
86+
*.mobileprovision
87+
88+
# Metro
89+
.metro-health-check*
90+
91+
# debug
92+
npm-debug.*
93+
yarn-debug.*
94+
yarn-error.*
95+
96+
# macOS
97+
.DS_Store
98+
*.pem
99+
100+
# local env files
101+
.env*.local
102+
103+
# typescript
104+
*.tsbuildinfo
105+
106+
# @end expo-cli

example/RNExampleApp/ReadMe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- `cd example/RNExampleApp`
1212
- `npm install` or `yarn install`
1313
- `npm run reinstall` or `yarn reinstall`
14+
- `npm run prebuild` or `yarn prebuild`
1415
- `npm run <PLATFORM>` or `yarn <PLATFORM>`, where PLATFORM is one of 'ios' or 'android'
1516

1617
### Set the License Key

example/RNExampleApp/android/.project

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

example/RNExampleApp/android/app/build.gradle

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

example/RNExampleApp/android/app/proguard-rules.pro

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

example/RNExampleApp/android/app/src/main/AndroidManifest.xml

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

example/RNExampleApp/android/app/src/main/assets/anyline_austrian_driving_license.ale

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)