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

test 123 #8

Closed
cortinico opened this issue Mar 22, 2023 · 2 comments
Closed

test 123 #8

cortinico opened this issue Mar 22, 2023 · 2 comments

Comments

@cortinico
Copy link
Owner

Description

a

React Native Version

0.71.3

Output of npx react-native info

a

Steps to reproduce

b

Snack, code example, screenshot, or link to a repository

c

@cortinico
Copy link
Owner Author

djkahsa This

function requireModule<T: TurboModule>(name: string): ?T {
// Bridgeless mode requires TurboModules
if (global.RN$Bridgeless !== true) {
// Backward compatibility layer during migration.
const legacyModule = NativeModules[name];
if (legacyModule != null) {
return ((legacyModule: $FlowFixMe): T);
}
}

@cortinico cortinico mentioned this issue Mar 22, 2023
Closed
@github-actions
Copy link

⚠️ Missing Reproducible Example
ℹ️ It looks like your issue is missing a reproducible example. Please provide a Snack or a repository that demonstrates the issue you are reporting in a minimal, complete, and reproducible manner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant