Skip to content

Commit 7339d37

Browse files
committed
feat: add Expo config plugin for mParticle integration and create Expo test app
- Introduced a new Expo config plugin to facilitate mParticle SDK integration for both iOS and Android. - Created an Expo test app to demonstrate the usage of the mParticle SDK, including event logging and Rokt placements. - Updated onboarding documentation to include instructions for using the new plugin and test app.
1 parent 584baa6 commit 7339d37

21 files changed

+2228
-103
lines changed

ExpoTestApp/.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Dependencies
2+
node_modules/
3+
4+
# Expo
5+
.expo/
6+
dist/
7+
web-build/
8+
9+
# Native builds
10+
ios/
11+
android/
12+
13+
# Debug
14+
npm-debug.*
15+
yarn-debug.*
16+
yarn-error.*
17+
18+
# macOS
19+
.DS_Store
20+
*.pem
21+
22+
# Local env files
23+
.env*.local
24+
25+
# TypeScript
26+
*.tsbuildinfo
27+

0 commit comments

Comments
 (0)