Skip to content

Commit caebca0

Browse files
authored
Merge pull request #52 from contentpass/chore-onetrust-example
Migrate OneTrust example to Expo
2 parents b7f1c09 + 84d455e commit caebca0

File tree

86 files changed

+1119
-5724
lines changed

Some content is hidden

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

86 files changed

+1119
-5724
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Monorepo for the Contentpass React Native SDK and related packages.
1414

1515
| Example | Description |
1616
|---------|-------------|
17-
| [`examples/onetrust`](./examples/onetrust) | Integration using OneTrust as the CMP. |
17+
| [`examples/onetrust`](./examples/onetrust) | Integration using OneTrust as the CMP (Expo). |
1818
| [`examples/sourcepoint`](./examples/sourcepoint) | Integration using Sourcepoint as the CMP (bare React Native). |
1919
| [`examples/sourcepoint-expo`](./examples/sourcepoint-expo) | Integration using Sourcepoint as the CMP (Expo). |
2020

examples/onetrust/.bundle/config

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

examples/onetrust/.gitignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# dependencies
2+
node_modules/
3+
4+
# Expo
5+
.expo/
6+
dist/
7+
web-build/
8+
expo-env.d.ts
9+
10+
# Native (generated by expo prebuild)
11+
ios/
12+
android/
13+
14+
# Native
15+
*.orig.*
16+
*.jks
17+
*.p8
18+
*.p12
19+
*.key
20+
*.mobileprovision
21+
22+
# Metro
23+
.metro-health-check*
24+
25+
# debug
26+
npm-debug.*
27+
yarn-debug.*
28+
yarn-error.*
29+
30+
# macOS
31+
.DS_Store
32+
*.pem
33+
34+
# local env files
35+
.env*.local
36+
37+
# typescript
38+
*.tsbuildinfo

examples/onetrust/.watchmanconfig

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

examples/onetrust/Gemfile

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

examples/onetrust/Gemfile.lock

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

examples/onetrust/README.md

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

examples/onetrust/android/app/build.gradle

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

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

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

0 commit comments

Comments
 (0)