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
Is it possible to use jsx CLI to build the react-native JS files into a set of CommonJS files? I've tried following the same steps that react is built with, but jsx is having problems finding the modules through @providesModule. There also seems to be a few duplicate modules (like tabBarIOS) that trip up a build without a root module. Any hints would help.
The text was updated successfully, but these errors were encountered:
@joewood - is this still something you're wanting to do? Did the discussion in the issue mentioned above solve you problem? ping me if not, otherwise we'll just keep this closed
Is it possible to use jsx CLI to build the react-native JS files into a set of CommonJS files? I've tried following the same steps that react is built with, but jsx is having problems finding the modules through
@providesModule
. There also seems to be a few duplicate modules (like tabBarIOS) that trip up a build without a root module. Any hints would help.The text was updated successfully, but these errors were encountered: