ignite-typescript-boilerplate icon indicating copy to clipboard operation
ignite-typescript-boilerplate copied to clipboard

Create React Native apps with TypeScript and Ignite

Results 4 ignite-typescript-boilerplate issues
Sort by recently updated
recently updated
newest added

``` an error occured while installing ignite-typescript-boilerplate boilerplate. TypeError: Cannot read property 'dependencies' of undefined at mergePackageJsons (/Users/Shared/Development/projects/@bradennapier/IdexMobileIgnite/node_modules/ignite-typescript-boilerplate/boilerplate.js:185:30) at processTicksAndRejections (internal/process/task_queues.js:93:5) at async Object.install (/Users/Shared/Development/projects/@bradennapier/IdexMobileIgnite/node_modules/ignite-typescript-boilerplate/boilerplate.js:201:3) error installing boilerplate ❯ ```

Creating a project with react-native-i18n results in messages warning of missing translations wherever i18n is used. The issue is fixed by adding "import '../I18n/I18n' " to the AppConfig.ts (App/Config/AppConfig.ts) I...

I ran the following command to generate a new list screen, but it failed to update the `AppNavigation.tsx` ``` $> ignite generate list Groups ? What kind of List would...

Using `ignite-typescript-boilerplate@^0.1.5` I run the following and get an error: ``` ignite generate list MyList ? What kind of List would you like to generate? Row ? How will your...