Code Monkey home page Code Monkey logo

Comments (7)

victorkvarghese avatar victorkvarghese commented on August 16, 2024

This boilerplate doesn't use firebase. Please provide more info on why it's not working. Reopen if needed

PS: you can update any packages in the boilerplate, and. it should work unless some code changes in the dependencies

from react-native-boilerplate.

sajumani avatar sajumani commented on August 16, 2024

yarn add @react-native-firebase/auth

I added this package, But it always shows unable to resolve module

Any reason why ?

from react-native-boilerplate.

sajumani avatar sajumani commented on August 16, 2024

The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99'

from react-native-boilerplate.

victorkvarghese avatar victorkvarghese commented on August 16, 2024

You need to update the deployment target in xcode.

from react-native-boilerplate.

sajumani avatar sajumani commented on August 16, 2024

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
end
end
end

Am trying this

from react-native-boilerplate.

sajumani avatar sajumani commented on August 16, 2024

CompileC /Users/apple/Library/Developer/Xcode/DerivedData/krida-egtxqflyffbovmgrlmwiugqysmyj/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper-PeerTalk.build/Objects-normal/x86_64/PTUSBHub.o /Volumes/STORAGE/krida_v2/ios/Pods/Flipper-PeerTalk/peertalk/PTUSBHub.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Flipper-PeerTalk' from project 'Pods')

Again getting this error

from react-native-boilerplate.

sajumani avatar sajumani commented on August 16, 2024

yarn add @react-native-google-signin/google-signin
yarn add react-native-fbsdk
yarn add @invertase/react-native-apple-authentication

Want to add these ...
Getting more errors, Will be helpful, if you can give solution

from react-native-boilerplate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.