-
### Describe the bug
The generators, for screens do not work at all but thats understandable, but the components and stores are very inconvenient.
### Ignite version
10.0.0
### Additional info
no…
-
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 = types.model("RootS…
-
### Describe the bug
**"How can we rename the iOS app display name?"**
I could rename Android in strings.xml but could not in iOS even by configuring iOS display name in General tab of Xcode proje…
-
How to reproduce:
1. `npx ignite-cli@latest new`
2. `npx install-colo-loco`
Gets the following error:
```bash
npx install-colo-loco
Setting up React Native Colo Loco!
App name? [AdvancedCon…
-
Expected Behavior
When running the testchaind version command, I expected it to output the version information for the binary, including details about the Cosmos SDK version and build metadata.
…
-
### Context:
#### Describe the Bug: I'm trying to setup a Blockchain & React App using ignite CLI. After generating hooks, when i do npm install, it throws some errors:
```
Cannot fi…
-
What's going on?
```
Tayfuns-MacBook-Pro:app-mobile tayfunyasar$ npm run android:build
> app@0.0.1 android:build /Users/tayfunyasar/dev/gitlap/app/client/app-mobile
> cd android && ./gradlew ass…
-
Just gave ignite cli a try and when I do a `ignite new sometestapp`, I get this error trace on windows 10:
```
-----------------------------------------------
( ) (
)\ ) …
-
### Introduction
[Metro doesn't yet support Symlinks](https://github.com/facebook/metro/issues/1), making it difficult to use shared code repository structures across multiple apps/platforms us…
-
```js
Error: Unable to resolve module @/auth/my.device.slice from
```
`@` path alias is defined in `tsconfig.json`
```json
"compilerOptions": {
...
"paths": {
"@/*": ["src/*"…