-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
Needs: Triage 🔍StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Description
Description
import { NativeModules } from 'react-native';
const { MyModule } = NativeModules;
my MyModule is null and native modules return empty object it works in previous versions. This works in previous react native versions
Version
0.70.5
Output of npx react-native info
NA
Steps to reproduce
- use npx react-native init AwesomeProject to create a new project
- follow this doc native-modules-ios to try to add a native module
- NativeModules always returns {}
Snack, code example, screenshot, or link to a repository
NA
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs: Triage 🔍StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.