chore: support rn 0.87 - #1443
Conversation
|
@Francesco-Voto is attempting to deploy a commit to the Callstack Team on Vercel. A member of the Team first needs to authorize it. |
|
|
hey sorry for the delay, does it cause some kind of failure without this that I can use to check before/after? |
|
@dannyhw yes in rn 0.87 looks like the polyfill was moved so the code si breaking at build time. You can try to integrate ina project with rn 0.87 |
|
@dannyhw I added more check based on what I noticed in a RN 0.97 project. I had to insert the alias but this seems to be an issue with react native |
|
thanks, I hope to get to this soon, sorry again for the delay. |
|
@Francesco-Voto can you check the test failure? |
RN 0.87 removed rn-get-polyfills.js in favor of @react-native/js-polyfills.
Summary
The idea is to check what polyfill is available and use that one
Test plan
Repack builds correctly on RN 0.87