-
Notifications
You must be signed in to change notification settings - Fork 91
Platform Specifics: Windows
Tommy Nguyen edited this page Apr 16, 2024
·
1 revision
This page applies to:
Android | iOS | macOS | visionOS | Windows |
---|---|---|---|---|
✗ | ✗ | ✗ | ✗ | >=0.2.0 |
- Install development dependencies as described in the React Native for Windows documentation
- Ensure that Developer Mode is enabled in Windows Settings app
To change your app icon, you first need a custom app package manifest. Use the Manifest Designer to manage your icons.
You can read more about app icons in App icons and logos.
As of 0.5.5, you can set your own package manifest with windows.appxManifest
:
{
...
"windows": {
"appxManifest": "windows/Package.appxmanifest"
}
}