wuxudong / react-native-charts-wrapper

a react native charts wrapper (support android & iOS)
2.43k stars 657 forks source link

Minimum ios support 12? #914

Closed HyopeR closed 1 year ago

HyopeR commented 1 year ago

Question

After updating the package, in the project with platform ios: 11, pod install gives the following error. But pod install succeeds when set to ios:12. Does the package now support ios:12 as a minimum?

Note: I tried pod install --repo-update. Doesn't work for ios:11.

Output

Specs satisfying the `react-native-charts-wrapper (from `../node_modules/react-native-charts-wrapper`)` 
dependency were found, but they required a higher minimum deployment target.

Specifications

wuxudong commented 1 year ago

The latest Charts require iOS 12 as a minimum. Check https://github.com/danielgindi/Charts.

HyopeR commented 1 year ago

I hadn't seen this. Thanks for the quick response.