File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161
6262 - name : Update version
6363 id : update_version
64- run : echo "VERSION=$(npm version ${{ github.event.inputs.release_type }} -m \" %s ${{ github.event.inputs.description }}\" )" >> $GITHUB_ENV
64+ run : echo "VERSION=$(npm version ${{ github.event.inputs.release_type }} -m ' %s ${{ github.event.inputs.description }}' )" >> $GITHUB_ENV
6565
6666 - name : Install dependencies
6767 run : npm install
Original file line number Diff line number Diff line change 1111 "resizeMode" : " contain" ,
1212 "backgroundColor" : " #ffffff"
1313 },
14+ "plugins" : [
15+ " react-native-motion-activity-tracker"
16+ ],
1417 "ios" : {
1518 "supportsTablet" : true ,
1619 "bundleIdentifier" : " expo.modules.motionactivitytracker.example"
2124 "backgroundColor" : " #ffffff"
2225 },
2326 "package" : " expo.modules.motionactivitytracker.example" ,
24- "permissions" : [" android.permission.ACTIVITY_RECOGNITION" ]
2527 },
2628 "web" : {
2729 "favicon" : " ./assets/favicon.png"
You can’t perform that action at this time.
0 commit comments