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

feat: export babel and metro configs to reduce boilerplate #600

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

satya164
Copy link
Member

@satya164 satya164 commented Jul 26, 2024

Summary

Currently the example app has metro and babel configs setup to work correctly in the library setup. However, the files are long and verbose - increasing the maintenance cost as the consumer needs to manually update them when we make any changes.

So this moves the configs to react-native-builder-bob package, so users can import and use them. They still have the full flexibility to customize anything they need.

Test plan

Tested by creating an Expo app and app with native modules.

@satya164 satya164 force-pushed the @satya164/export-configs branch 5 times, most recently from 5c80aca to b1e0f2c Compare July 26, 2024 14:26
@satya164 satya164 marked this pull request as ready for review July 26, 2024 15:23
@satya164 satya164 added this pull request to the merge queue Jul 26, 2024
Merged via the queue into main with commit d6cb1ce Jul 26, 2024
24 checks passed
@satya164 satya164 deleted the @satya164/export-configs branch July 26, 2024 15:43
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.

None yet

2 participants