-
Notifications
You must be signed in to change notification settings - Fork 958
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
chore: add @ui-kitten/metro-config package #895
Conversation
Try running it with Kitten Tricks |
please merge this, my app have issues with the boot time. approx 6 - 7 secs for fully loaded :( |
@TRANDINHKHANG do you use custom mapping or React Native Navigation by Wix? |
@artyorsh have you tested this change reduce the load time to almost 0? |
@YIZHUANG yes, I already run it locally in Kitten Tricks |
@artyorsh nice, good job! |
Any guides on how i can test this in my app already before it's merged? |
I ended up just copying the end output (2.6mb) json, and remove the "process" function |
Please read and mark the following check list before creating a pull request:
Short description of what this resolves:
Computes Eva styles during the build time allowing the application load much faster.
Integration (Guide)
yarn add -D @ui-kitten/metro-config
Limitations
Not compatible with Fast Refresh - will reload app completely whenever custom mapping is changed if it is used.
How it works