Skip to content

Commit

Permalink
removed the permission for androind in app.json exampel app and added…
Browse files Browse the repository at this point in the history
… the plugin
  • Loading branch information
RevanToma committed Nov 22, 2024
1 parent 4f9f68c commit 8e4c7af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Update version
id: update_version
run: echo "VERSION=$(npm version ${{ github.event.inputs.release_type }} -m \"%s ${{ github.event.inputs.description }}\")" >> $GITHUB_ENV
run: echo "VERSION=$(npm version ${{ github.event.inputs.release_type }} -m '%s ${{ github.event.inputs.description }}')" >> $GITHUB_ENV

- name: Install dependencies
run: npm install
Expand Down
4 changes: 3 additions & 1 deletion example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"plugins": [
"react-native-motion-activity-tracker"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "expo.modules.motionactivitytracker.example"
Expand All @@ -21,7 +24,6 @@
"backgroundColor": "#ffffff"
},
"package": "expo.modules.motionactivitytracker.example",
"permissions": ["android.permission.ACTIVITY_RECOGNITION"]
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down

0 comments on commit 8e4c7af

Please sign in to comment.