react-native-make
react-native-make copied to clipboard
A collection of everyday React Native CLI tools
It was mistakenly referring the android specific command as for both devices
When I used this package, my main `AndroidManifest.xml` was modified and the opening `` tag was deleted so I kept on getting the following error on `$npx react-native run-android`: ```...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hi, I'm facing an issue related splash screen running on simulators with Ios 14.4. Looks like it's no taken SplashScreen.storyboard. The splash screen is comming black. ![Captura de Pantalla 2021-03-17...
Hello. I tried to make a splash screen through command `react-native set-splash --path ./assets/logo.png` however I take an error message that, `[Error: Input file contains unsupported image format]` and also...
If the user code is formatted and the indentation is different, the style code will be added multiple times.  After formatting the code styles.xml file ```...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.0.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) v5.1.0 Features add...
in MainActivity.java this import is being duplicated in the set-splash command ``` import org.devio.rn.splashscreen.SplashScreen; import com.facebook.react.ReactActivity; ``` I think it's this code that does this, is there a way to...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
I've ran the following; yarn add -D @bam.tech/react-native-make yarn add react-native-splash-screen cd ios && pod install I've got an splash screen image; splashscreen.png I've ran; react-native set-splash --path "splashscreen.png" --background...