Skip to content

Commit fa632c3

Browse files
Remove react-native-safe-area-context from dependencies, update main entry
- Remove react-native-safe-area-context from dependencies (keep in peerDependencies only) to avoid version conflicts with consuming apps - Update main entry to ./src/index.js - Remove leftover react-native-fast-image patch file
1 parent b8ea391 commit fa632c3

3 files changed

Lines changed: 5 additions & 369 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigbinary/neetoui-rn",
33
"version": "2.0.6",
4-
"main": ".",
4+
"main": "./src/index.js",
55
"author": "BigBinary",
66
"license": "MIT",
77
"description": "The neetoUI-RN library drives the experience in all neeto product's React Native applications built at BigBinary.",
@@ -55,7 +55,6 @@
5555
"react-native-calendars": ">=1.1313.0",
5656
"react-native-controlled-mentions": "^2.2.5",
5757
"react-native-modal": "^13.0.0",
58-
"react-native-safe-area-context": "^3.3.2",
5958
"react-native-pell-rich-editor": "^1.9.0",
6059
"react-native-popover-view": "^5.1.7",
6160
"react-native-size-matters": "^0.4.0",

patches/react-native-fast-image+8.6.3.patch

Lines changed: 0 additions & 358 deletions
This file was deleted.

0 commit comments

Comments
 (0)