Closed sandeep36butte closed 3 days ago
[!TIP] Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.76.3. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.
[!TIP] Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.
same issue even after upgrading RN to latest version
Your spec filename must start with the keyword Native. Eg:- NativeTurboModuleSpec.ts
@riteshshukla04 started working after renaming the spec starting with Native. Thanks.
Description
I am trying to implements the turbomodule for cross platform communication in my brownfield app. Codegen is not generating the spec files coming as undefined while importing the spec in the native code.
Steps to reproduce
yarn yarn start Run in android studio
React Native Version
0.76.1
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/sandeep36butte/RNBrownFeldApp/tree/main
Screenshots and Videos