You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix codegen resolution error when node_modules has different version (#29)
# Why
fix android client build error for expo/expo#15914 when different react-native version between `node_modules/react-native` and `react-native-lab/react-native`.
# How
use the `react-native-codegen` from the same repository.
0 commit comments