michaelkozah

Results 4 comments of michaelkozah

Hello, I am having the same issue with my app. It was running before, but now I want to work on a V2 and it just won't build. It's the...

require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' platform :ios, '11.0' target 'SmartLand' do config = use_native_modules! use_frameworks! :linkage => :static use_react_native!( :path => config[:reactNativePath], # to enable hermes on iOS, change `false` to...

I even got the code where it was running (V1) and I tried running it once again and it still didn't work

Thanks for your support but it turns out to be an error caused RNFirebase. I found out by opening the project.xcworkspace on Xcode and going through what seems to be...