Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Monorepo for the Contentpass React Native SDK and related packages.

| Example | Description |
|---------|-------------|
| [`examples/onetrust`](./examples/onetrust) | Integration using OneTrust as the CMP. |
| [`examples/onetrust`](./examples/onetrust) | Integration using OneTrust as the CMP (Expo). |
| [`examples/sourcepoint`](./examples/sourcepoint) | Integration using Sourcepoint as the CMP (bare React Native). |
| [`examples/sourcepoint-expo`](./examples/sourcepoint-expo) | Integration using Sourcepoint as the CMP (Expo). |

Expand Down
2 changes: 0 additions & 2 deletions examples/onetrust/.bundle/config

This file was deleted.

38 changes: 38 additions & 0 deletions examples/onetrust/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# dependencies
node_modules/

# Expo
.expo/
dist/
web-build/
expo-env.d.ts

# Native (generated by expo prebuild)
ios/
android/

# Native
*.orig.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision

# Metro
.metro-health-check*

# debug
npm-debug.*
yarn-debug.*
yarn-error.*

# macOS
.DS_Store
*.pem

# local env files
.env*.local

# typescript
*.tsbuildinfo
1 change: 0 additions & 1 deletion examples/onetrust/.watchmanconfig

This file was deleted.

9 changes: 0 additions & 9 deletions examples/onetrust/Gemfile

This file was deleted.

117 changes: 0 additions & 117 deletions examples/onetrust/Gemfile.lock

This file was deleted.

79 changes: 0 additions & 79 deletions examples/onetrust/README.md

This file was deleted.

122 changes: 0 additions & 122 deletions examples/onetrust/android/app/build.gradle

This file was deleted.

Binary file removed examples/onetrust/android/app/debug.keystore
Binary file not shown.
10 changes: 0 additions & 10 deletions examples/onetrust/android/app/proguard-rules.pro

This file was deleted.

Loading
Loading