react-native-fusioncharts icon indicating copy to clipboard operation
react-native-fusioncharts copied to clipboard

expo dependencies?

Open robotkala opened this issue 4 years ago • 4 comments

Hello, as I am not developing with expo I was wondering why does the library depend on these modules:

    "expo-status-bar": "~1.0.3",
    "expo-media-library": "~10.0.0",
    "expo-notifications": "^0.8.2",
    "expo-sharing": "^8.5.0"

Especially I am interested in expo-notifications. When deploying the app to Apple's App Store, they are telling me that I am registering with the Apple Push Notification service and I need to configure many things regarding that. Since I am not using notifications in my app, this dependency is creating many questions and issues.

Thank you

robotkala avatar Sep 02 '21 12:09 robotkala

@robotkala : For react native uni modules expo dependency is required you can read more here : https://docs.expo.dev/bare/installing-unimodules/

AyanBhadury avatar Sep 02 '21 13:09 AyanBhadury

I am asking why does FusionCharts need expo notifications for its functionality?

robotkala avatar Sep 03 '21 06:09 robotkala

@robotkala FusionCharts does not need expo notifications, you can refer to my sample package.json : https://github.com/AyanBhadury/bare_react_native_charts/blob/main/package.json

Repo link : https://github.com/AyanBhadury/bare_react_native_charts

AyanBhadury avatar Sep 03 '21 06:09 AyanBhadury