Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: RNPermissions error in Playground #662

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

okwasniewski
Copy link
Contributor

This PR fixes RNPermissions error in Playground. Currently, when launching the BRNPlayground from master the below error is thrown:

Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNPermissions' could not be found. Verify that a module by this name is registered in the native binary.Bridgeless mode: false. TurboModule interop: false. Modules loaded: {"NativeModules":["UIManager"],"TurboModules":["PlatformConstants","LogBox","SourceCode","Timing","AppState","BlobModule","WebSocketModule","DevSettings","DevToolsSettingsManager","Networking","Appearance","DevLoadingView","HeadlessJsTaskSupport","DeviceInfo","DeviceEventManager"],"NotFound":["NativePerformanceCxx","NativePerformanceObserverCxx","RedBox","BugReporting","RNPermissions"]}, js engine: hermes

This PR addresses the issue.

Screenshots

CleanShot 2024-11-20 at 12 47 52@2x

Documentation

N/A

Testing

Launch test app from master

@okwasniewski okwasniewski force-pushed the fix/playground-permissions branch from e8e0e07 to 4a8d3cd Compare November 25, 2024 10:45
@okwasniewski okwasniewski force-pushed the fix/playground-permissions branch from 4a8d3cd to 24b19e3 Compare November 25, 2024 13:23
@ryantrem ryantrem merged commit e23d76a into BabylonJS:master Dec 3, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants