Skip to content

Commit d3be8a0

Browse files
authored
remove react-native-safe-area-context from example app
1 parent 76b97af commit d3be8a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/create-react-native-library/src/exampleApp/generateExampleApp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const PACKAGES_TO_REMOVE = [
3434
'prettier',
3535
'react-test-renderer',
3636
'typescript',
37+
'react-native-safe-area-context',
3738
];
3839

3940
const PACKAGES_TO_ADD_WEB = {

0 commit comments

Comments
 (0)