-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Move to a single index.js entry point #1421
Comments
Thanks @whimsicaldreamer. I'll take a look at this. |
RN v0.49 switched to a single entry point template. This change leverages this single entry point and overrides the App.js template instead. Fixes microsoft#1421
RN v0.49 switched to a single entry point template. This change leverages this single entry point and overrides the App.js template instead. Fixes #1421
…osoft#1423) RN v0.49 switched to a single entry point template. This change leverages this single entry point and overrides the App.js template instead. Fixes microsoft#1421
Thanks for the speedy changes. How do I update my project to use the changes? |
@whimsicaldreamer easiest way to do this would be to just trash your current react-native-windows project.
And then re-run |
@rozele, I re-ran |
…osoft#1423) RN v0.49 switched to a single entry point template. This change leverages this single entry point and overrides the App.js template instead. Fixes microsoft#1421 (cherry picked from commit e0cea0b)
Should this issue be re-opened? I just created a fresh project and there is still a |
Per microsoft#1421, rename index.windows.js to index.js in the react-native bundle command line.
Per #1421, rename index.windows.js to index.js in the react-native bundle command line.
React-native has moved the entry points for android and ios to a single
index.js
entry point. But using the extension for react-native-windows I am still gettingindex.windows.js
in my project folder. Any views on it?The changes to react-native are here: facebook/react-native#15312
The text was updated successfully, but these errors were encountered: