Code Monkey home page Code Monkey logo

react-native-starter-kit's People

Contributors

chukwudi4 avatar mohsinzahid avatar mrcflorian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

react-native-starter-kit's Issues

react-native-firebase:compileDebugJavaWithJavac'

I have not changed anything but i get this error and i cant wrap my head around it

Task :react-native-firebase:compileDebugJavaWithJavac
C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:231: error: cannot find symbol
return createChannelGroupMap(notificationManager.getNotificationChannelGroup(channelGroupId));
^
symbol: method getNotificationChannelGroup(String)
location: variable notificationManager of type NotificationManager
C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:331: error: cannot find symbol
notificationChannelGroup.setDescription(description);
^
symbol: method setDescription(String)
location: variable notificationChannelGroup of type NotificationChannelGroup
C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:407: error: cannot find symbol
writableMap.putString("description", notificationChannelGroup.getDescription());
^
symbol: method getDescription()
location: variable notificationChannelGroup of type NotificationChannelGroup
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors

What went wrong:
Execution failed for task ':react-native-firebase:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

Scanning folders for symlinks in react-native-starter-kit\node_modules (52ms) Invalid regular expression:

D:\Amod Industries\231220\react-native-starter-kit>npm start

[email protected] start D:\Amod Industries\231220\react-native-starter-kit
node node_modules/react-native/local-cli/cli.js start

Scanning folders for symlinks in D:\Amod Industries\231220\react-native-starter-kit\node_modules (52ms)

Invalid regular expression: /(.\fixtures\.|node_modules[\]react[\]dist[\].|website\node_modules\.|heapCapture\bundle.js|.\tests\.)$/: Unterminated character class

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: node node_modules/react-native/local-cli/cli.js start
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\click\AppData\Roaming\npm-cache_logs\2020-12-23T04_12_19_325Z-debug.log

ERROR: Entry, ":CFBundleIdentifier", Does Not Exist

I have tried your project and when I try to test it on ios I get below error:

Ensure that the application's Info.plist contains a value for CFBundleIdentifier.
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/StarterApp.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

I have done react-native upgrade and still doesn't work.

How can I run this template?

I am new to react native, and I tried of running this template with Macbook Mojave, but the terminal said:
-expo start has issue with platform
-react-native run-ios cannot find iPhone 6 simulator
-npm start has issue with watchman
I am so confused right now

Compile issue on mac

on mac,
react-native run-android gives :
react native env: sh\r: No such file or directory

Had to use dos2unix to remove all windows line endings.
After that, it gave :
FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring project ':app'.

The SDK directory '/Users/shola.emmanuel/Library/Android/sdk' does not exist.

Looks like local.properties file in android directory is committed to git, it should be removed.

Upgrade dependencies

Is there an intention to upgrade dependencies? We are considering buying one of the premium templates but we're afraid that they'll be as outdated as this one.

Failed to compile

When I try to compile, I get this error:
FAILURE: Build failed with an exception.

Failed to notify dependency resolution listener.
> The library com.google.android.gms:play-services-basement is being requested by various other libraries at [[15.0.1,15.0.1]], but resolves to 16.2.0. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.
> The library com.google.firebase:firebase-analytics is being requested by various other libraries at [[16.0.3,16.0.3]], but resolves to 16.4.0. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Can I know how to solve this?

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.