You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/@babylonjs/react-native-iosandroid/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# @babylonjs/react-native-iosandroid
1
+
# Babylon React Native iOS and Android Runtime
2
2
3
3
## Usage
4
4
@@ -9,4 +9,4 @@ This package contains iOS and Android dependencies for @babylonjs/react-native.
9
9
This package has several **peer dependencies**. If these dependencies are unmet, `npm install` will emit warnings. Be sure to add these dependencies to your project.
10
10
11
11
This package will not work without installing the `@babylonjs/react-native` peer dependency.
12
-
The `react-native-permissions` dependency is required for XR capabilities of Babylon.js.
12
+
The `react-native-permissions` dependency is required for XR capabilities of Babylon.js.
Copy file name to clipboardExpand all lines: Modules/@babylonjs/react-native-windows/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# @babylonjs/react-native-windows
1
+
# Babylon React Native Windows Runtime
2
2
3
3
## Usage
4
4
@@ -9,4 +9,4 @@ This package contains windows dependencies for @babylonjs/react-native. See @bab
9
9
This package has several **peer dependencies**. If these dependencies are unmet, `npm install` will emit warnings. Be sure to add these dependencies to your project.
10
10
11
11
This package will not work without installing the `@babylonjs/react-native` peer dependency.
12
-
The `react-native-permissions` dependency is required for XR capabilities of Babylon.js.
12
+
The `react-native-permissions` dependency is required for XR capabilities of Babylon.js.
Copy file name to clipboardExpand all lines: Modules/@babylonjs/react-native/README.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# @babylonjs/react-native
1
+
# Babylon React Native
2
2
3
3
## Usage
4
4
@@ -18,9 +18,15 @@ The minimum Android SDK version is 18. This must be set as `minSdkVersion` in th
18
18
19
19
The minimum deployment target version is 12. This must be set as `iOS Deployment Target` in the consuming project's `project.pbxproj`, and must also be set as `platform` in the consuming project's `podfile`.
20
20
21
-
### Universal Windows Platform (UWP) Configuration
21
+
### Platform Native Packages
22
22
23
-
For windows support, install `@babylonjs/react-native-windows`.
23
+
Babylon React Native platform native packages must also be installed for the platforms and React Native versions being targeted. This is only needed for ***apps*** using Babylon React Native, not for ***libraries (React Native packages)*** building on top of Babylon React Native.
| Windows |[@babylonjs/react-native-windows-0-64](https://www.npmjs.com/package/@babylonjs/react-native-windows-0-64)|[@babylonjs/react-native-windows-0-65](https://www.npmjs.com/package/@babylonjs/react-native-windows-0-65)|
0 commit comments