googlemaps / react-native-navigation-sdk

React Native library (Beta) for bringing Google Navigation SDK to Android and iOS apps using React.
https://www.npmjs.com/package/@googlemaps/react-native-navigation-sdk
Apache License 2.0
34 stars 7 forks source link

googlemaps_react-native-navigation-sdk:generateCodegenSchemaFromJavaScript FAILED #319

Closed hemantrajputcdn closed 4 weeks ago

hemantrajputcdn commented 4 weeks ago

googlemaps_react-native-navigation-sdk:generateCodegenSchemaFromJavaScript FAILED version:- 0.8.0

jokerttu commented 4 weeks ago

Hi @hemantrajputcdn,

Thanks for reporting the issue!

It seems this might be related to an outdated/non-supported version of @react-native/codegen. Could you please provide more details about your local setup? Specifically:

As a first step, could you try cleaning the project and reinstalling node modules? This often resolves similar issues:

rm -rf node_modules && npm install
# or, if you’re using yarn
rm -rf node_modules && yarn install

If the issue persists after cleaning and reinstalling, let us know along with the details above, and we’ll investigate further.

Thank you!

hemantrajputcdn commented 4 weeks ago

Than you for your response. I've resolved it.