react-native-template-typescript icon indicating copy to clipboard operation
react-native-template-typescript copied to clipboard

👾 Clean and minimalist React Native template for a quick start with TypeScript.

Results 12 react-native-template-typescript issues
Sort by recently updated
recently updated
newest added

## Expected results show error 'someValue is assigned but never used' and project failed. What happened? only warn tip and project still run sucessed. ## Steps to reproduce 1. npx...

## Expected results The snippet below is the code of the `AssetsScreen.tsx` file. ``` import { Text, View } from 'react-native'; import React, { Component } from 'react'; export default...

## Expected results If I run `npx react-native init example` then CocoaPods dependencies are installed correctly but running `npx react-native init example --template react-native-template-typescript` fails on this step ## Observed...

## Expected results I created typescript by the following command npx react-native init MyPureApp --template [email protected].* to create project using react native 0.64.0 ## Observed results It created project using...

**Hi, I'm having the following problem with** ## results ### Logs ``` info Setting up new React Native app in D:\WuChenDi\rn\MyApp info Fetching template react-native-template-react-native-template-typescript... (node:21724) Warning: Accessing non-existent property...

I needed to wrap the template name in quotes to get it to work in `zsh` so I thought it might be good to change the docs as, as far...

### Description iOS App version build crashes with exit code 1. ### Version 0.67.3 ### Output of `npx react-native info` System: OS: macOS 12.2.1 CPU: (10) arm64 Apple M1 Pro...

## Expected results What did you expect to happen? ## Observed results What happened? ### Logs Please add the log output here. ## Steps to reproduce 1. Creating a brand...

I want install react natvie v0.68.5. ``` npx react-native init RN6TSApp --template [email protected] ``` but react native version is 0.68.2