Skip to content
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

Fix build-script #2355

Merged
merged 4 commits into from
Sep 3, 2021
Merged

Fix build-script #2355

merged 4 commits into from
Sep 3, 2021

Conversation

piaskowyk
Copy link
Member

@piaskowyk piaskowyk commented Sep 2, 2021

Description

We have many dependencies to React Native, but react is changing. If we want to support many versions of RN we need to add some specific changes dedicated to react version. In Java, it is harder than C++ because we haven't #ifdef mechanism. So I added a patch-like mechanism to replace some specific files during compilation time for specific RN versions.

@jmysliv jmysliv mentioned this pull request Sep 2, 2021
6 tasks
@piaskowyk piaskowyk merged commit 2938606 into master Sep 3, 2021
@piaskowyk piaskowyk deleted the @piaskowyk/fix-build-script branch September 3, 2021 07:33
@piaskowyk piaskowyk restored the @piaskowyk/fix-build-script branch September 8, 2021 13:27
@piaskowyk piaskowyk deleted the @piaskowyk/fix-build-script branch September 8, 2021 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants