agencyenterprise / react-native-health

A React Native package to interact with Apple HealthKit
MIT License
799 stars 226 forks source link

Unknown type name 'RCTCallableJSModules' #323

Closed dev-john-nguyen closed 1 year ago

dev-john-nguyen commented 1 year ago

I get this error with the most recent release. Using IOS deployment 11.

image
dev-john-nguyen commented 1 year ago

React Native was outdated

ErrorNone commented 10 months ago

I have same bug(

Rk5422686 commented 3 months ago

RCTCallableJSModules API for NativeModules was introduced in React Native version 0.66.0. Thus, to address this issue, it's necessary to upgrade your app to version 0.67 or later.