Skip to content

Commit

Permalink
Merge pull request #16 from UserLeap/jh/PDE-5130
Browse files Browse the repository at this point in the history
update sdk package
  • Loading branch information
Joyce Huang committed Feb 28, 2023
2 parents ba29cb2 + abdfeec commit 8926598
Show file tree
Hide file tree
Showing 8 changed files with 1,373 additions and 22,010 deletions.
3 changes: 3 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ npm i
watchman watch-del-all
rm -rf node_modules/@sprig-technologies/analytics-react-native-plugin-sprig package-lock.json yarn.lock
yarn add ../
//for iOS
cd ios
rm Podfile.lock && pod install --repo-update
```
Note: it's important to use yarn here because npm does not add local file dependencies properly.
After installing dependencies you can run the mobile app by `npm run android` or `npm run ios` from the example directory.
14 changes: 7 additions & 7 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ PODS:
- React-jsinspector (0.69.5)
- React-logger (0.69.5):
- glog
- react-native-userleap (2.12.0):
- react-native-userleap (2.14.1):
- React
- UserLeapKit (= 4.11.0)
- UserLeapKit (= 4.13.0)
- React-perflogger (0.69.5)
- React-RCTActionSheet (0.69.5):
- React-Core/RCTActionSheetHeaders (= 0.69.5)
Expand Down Expand Up @@ -353,15 +353,15 @@ PODS:
- React-jsi (= 0.69.5)
- React-logger (= 0.69.5)
- React-perflogger (= 0.69.5)
- RNCAsyncStorage (1.17.10):
- RNCAsyncStorage (1.17.11):
- React-Core
- segment-analytics-react-native (2.8.0):
- React-Core
- sovran-react-native
- SocketRocket (0.6.0)
- sovran-react-native (0.4.5):
- React-Core
- UserLeapKit (4.11.0)
- UserLeapKit (4.13.0)
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
Expand Down Expand Up @@ -554,7 +554,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: e42f0b46de293a026c2fb20e524d4fe09f81f575
React-jsinspector: e385fb7a1440ae3f3b2cd1a139ca5aadaab43c10
React-logger: 15c734997c06fe9c9b88e528fb7757601e7a56df
react-native-userleap: 6f56e436fe9284fde68dcb182f25f9e9f930faca
react-native-userleap: a9db6d86556443b4932282325461e48d30fa97de
React-perflogger: 367418425c5e4a9f0f80385ee1eaacd2a7348f8e
React-RCTActionSheet: e4885e7136f98ded1137cd3daccc05eaed97d5a6
React-RCTAnimation: 7c5a74f301c9b763343ba98a3dd776ed2676993f
Expand All @@ -567,11 +567,11 @@ SPEC CHECKSUMS:
React-RCTVibration: 42b34fde72e42446d9b08d2b9a3ddc2fa9ac6189
React-runtimeexecutor: c778439c3c430a5719d027d3c67423b390a221fe
ReactCommon: ab1003b81be740fecd82509c370a45b1a7dda0c1
RNCAsyncStorage: 0c357f3156fcb16c8589ede67cc036330b6698ca
RNCAsyncStorage: 8616bd5a58af409453ea4e1b246521bb76578d60
segment-analytics-react-native: f550cb6d5d5f67eb8099f78108f8ded1052cd5e4
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
sovran-react-native: fd3dc8f1a4b14acdc4ad25fc6b4ac4f52a2a2a15
UserLeapKit: a6b9029ed8e181cdb7f0692b606552e9d061cbf9
UserLeapKit: 9b9884b32538574eabd351f6cef9ab8557a53b68
Yoga: c2b1f2494060865ac1f27e49639e72371b1205fa
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

Expand Down

0 comments on commit 8926598

Please sign in to comment.