Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed May 9, 2024
1 parent 09b1e12 commit a9346f1
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 894 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ jobs:
distribution: "temurin" # See 'Supported distributions' for available options
java-version: "8"
- run: npm install
- run: npm install -g react-native-cli
- run: npm i react-native-gradle-plugin
- name: Test Integration - Install dependencies
working-directory: ./Samples/SimpleMixpanel
run: npm install
run: yarn install
- name: Setup Android
uses: reactivecircus/android-emulator-runner@v2.20.0
with:
Expand Down
2 changes: 0 additions & 2 deletions Samples/SimpleMixpanel/.bundle/config

This file was deleted.

4 changes: 0 additions & 4 deletions Samples/SimpleMixpanel/.eslintrc.js

This file was deleted.

7 changes: 0 additions & 7 deletions Samples/SimpleMixpanel/.prettierrc.js

This file was deleted.

1 change: 0 additions & 1 deletion Samples/SimpleMixpanel/.watchmanconfig

This file was deleted.

874 changes: 0 additions & 874 deletions Samples/SimpleMixpanel/.yarn/releases/yarn-3.6.4.cjs

This file was deleted.

3 changes: 0 additions & 3 deletions Samples/SimpleMixpanel/.yarnrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Samples/SimpleMixpanel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"mixpanel-react-native": "^3.0.2",
"mixpanel-react-native": "file:../..",
"react": "18.2.0",
"react-native": "0.74.1"
},
Expand Down

0 comments on commit a9346f1

Please sign in to comment.