Skip to content

Conversation

jaworek
Copy link

@jaworek jaworek commented Oct 16, 2025

Summary

Remove react-native-safe-area-context from example app as it is not used and is causing Nitro module android build crash mentioned in #896.

Test plan

Verify that generated libraries build correctly.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

'prettier',
'react-test-renderer',
'typescript',
'react-native-safe-area-context',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Safe Area Context Removal Issue

Adding react-native-safe-area-context to PACKAGES_TO_REMOVE might not fully remove it from the example app. PACKAGES_TO_REMOVE only targets devDependencies, but react-native-safe-area-context is typically a regular dependency. This means the package could persist, potentially preventing the intended fix for a build crash.

Fix in Cursor Fix in Web

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.

1 participant