Skip to content

Commit 399b7e6

Browse files
Revert "up RN permissions"
This reverts commit 6edebe8.
1 parent 6edebe8 commit 399b7e6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
# working-directory: ./Modules/@babylonjs/react-native/Build/uwp_x64
131131

132132
- name: Windows build Playground
133-
run: MSBuild /p:Platform="x64" /p:Configuration="Release" /m Playground.sln
133+
run: MSBuild /p:Platform="x64" /p:Configuration="Release" /p:WindowsTargetPlatformVersion=10.0.19041.0 /m Playground.sln
134134
working-directory: ./Apps/Playground/windows
135135

136136
build-typescript:

Apps/Playground/package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apps/Playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react": "18.2.0",
2525
"react-native": "0.73.5",
2626
"react-native-macos": "^0.73.0",
27-
"react-native-permissions": "^5.4.1",
27+
"react-native-permissions": "^4.1.5",
2828
"react-native-windows": "^0.73.0"
2929
},
3030
"devDependencies": {

Modules/@babylonjs/react-native/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ ReactNativeBabylon.xcodeproj
5454
*.tgz
5555
jsi
5656

57-
shared/BabylonNative
57+
shared/BabylonNative
58+
Build_uwp*/

0 commit comments

Comments
 (0)