KjellConnelly / react-native-shared-group-preferences

127 stars 57 forks source link

NativeModule is null #13

Closed jhd-lego closed 3 years ago

jhd-lego commented 5 years ago

It seems that the native module fails building because the source_files path points to the wrong directory https://github.com/KjellConnelly/react-native-shared-group-preferences/blob/master/ios/RNReactNativeSharedGroupPreferences.podspec#L15

Changing it to s.source_files = "**/*.{h,m}" solves the issue for me.