ignite-bowser icon indicating copy to clipboard operation
ignite-bowser copied to clipboard

Bowser is now re-integrated into Ignite CLI! Head to https://github.com/infinitered/ignite to check it out.

Results 33 ignite-bowser issues
Sort by recently updated
recently updated
newest added

### Hey there! Ignite Bowser seems to be having a problem, eh? Welllllll, it just might be. First, search the issues to make sure it's not already here, and if...

### Hey there! Ignite Bowser seems to be having a problem, eh? Welllllll, it just might be. First, search the issues to make sure it's not already here, and if...

--- What's going on? After upgrading to react-navigation v5 it is not possible to generate a navigator. The generator script should be removed since it doesn't to anything. ![image](https://user-images.githubusercontent.com/1493018/91159801-df27da00-e6c8-11ea-9a6d-bac395bcb876.png) Reference:...

good first issue
hacktoberfest-accepted

Steps to reproduce: 1. create an app using cli 2. ignite generate model foo 3. try to include using this syntax ``` import {FooModel} from ".." export const RootStoreModel =...

Basically the standard in our team is that all sources will be in src folder. if I generate new screen, it still goes to app folder and complains that index.ts...

Hi, on fresh install of the boilerplate I have a lot of warning in my adb log (on the emulator and on real device) how can i solve it? ---...

--- What's going on? When I try to run generators it fails, saying none are found. the generators object in ignite.json is empty. --- Steps to reproduce ignite new project...

Hello! I'm trying to integrate this lib ```react-native-viewpager``` If I create a reference in my functional component like this: ```const viewPageRef = React.useRef()``` an passing to the ViewPage component: ```...

Currently, the first screen is `FirstExampleScreen` and the second is `SecondExampleScreen`. It would be friendlier to name them `WelcomeScreen` and `DemoScreen` or something. Also, it would be really nice to...

hacktoberfest-accepted
design

**What's going on?** Android release build hanging for approximately 8 seconds at the start on low-end devices like Xiaomi Mi A2 Lite (Redmi 6 Pro) --- **Steps to reproduce:** Just...