Giter Site home page Giter Site logo

newbiebr / typescript-react-native-starter Goto Github PK

View Code? Open in Web Editor NEW
230.0 9.0 58.0 22.44 MB

A highly scalable foundation with a focus on best pratices and simplicity to start your React Native project in seconds.

TypeScript 23.83% Java 31.45% JavaScript 7.86% Shell 2.99% Objective-C 4.71% Ruby 2.54% Starlark 1.17% Makefile 2.97% C++ 13.61% Objective-C++ 8.86%
react-native react redux typescript react-navigation codecov starter boilerplate starter-kit typescript-react-native-starter

typescript-react-native-starter's People

Contributors

dependabot[bot] avatar newbiebr avatar weifxn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

typescript-react-native-starter's Issues

error Command "rename" not found.

➜  typescript-react-native-starter yarn rename braoApp
yarn run v1.22.19
error Command "rename" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Also, what does install.sh suppose to do in bin folder? I cloned the repo and i am trying to update all reference of TypescriptReactNativeStarter to the app name. Is install.sh update package names etc in ios and android folders in this type of format? com.<company/user>.<appName>

Linting throws false positives for no-unused-vars rule

If you fresh clone the project and follow the setup instructions and after that run yarn lint you get the following 24 errors:

$ yarn tsc && eslint . --ext .js,.ts,.tsx --cache
$ ./node_modules/typescript/bin/tsc

/jest.setup.js
   9:1   error    'jest' is not defined                                                       no-undef
  11:1   error    'jest' is not defined                                                       no-undef
  13:11  error    'jest' is not defined                                                       no-undef
  14:11  error    'jest' is not defined                                                       no-undef
  20:1   error    'jest' is not defined                                                       no-undef
  21:31  warning  '@typescript-eslint/no-var-requires' rule is disabled but never reported    eslint-comments/no-unused-disable
  26:31  warning  '@typescript-eslint/no-empty-function' rule is disabled but never reported  eslint-comments/no-unused-disable
  33:1   error    'jest' is not defined                                                       no-undef

/src/__tests__/sagas/usersSaga.test.ts
  9:10  error  'User' is defined but never used  @typescript-eslint/no-unused-vars

/src/actions/actionTypes.d.ts
  1:10  error  'ActionType' is defined but never used  @typescript-eslint/no-unused-vars

/src/actions/appActions.ts
  2:10  error  'AppReducerState' is defined but never used  @typescript-eslint/no-unused-vars

/src/actions/usersActions.ts
  2:10  error  'User' is defined but never used  @typescript-eslint/no-unused-vars

/src/lib/NavigationService.ts
   1:10  error    'NavigationAction' is defined but never used        @typescript-eslint/no-unused-vars
   1:28  error    'NavigationContainerRef' is defined but never used  @typescript-eslint/no-unused-vars
  19:5   warning  Expected { after 'if' condition                     curly

/src/lib/jsonPlaceholderAPI.ts
  1:10  error  'User' is defined but never used  @typescript-eslint/no-unused-vars

/src/reducers/appReducer.ts
  4:10  error  'AppAction' is defined but never used  @typescript-eslint/no-unused-vars

/src/reducers/usersReducer.ts
  3:10  error  'User' is defined but never used         @typescript-eslint/no-unused-vars
  5:10  error  'UsersAction' is defined but never used  @typescript-eslint/no-unused-vars

/src/store.ts
  2:22  error  'AppReducerState' is defined but never used  @typescript-eslint/no-unused-vars
  3:24  error  'UsersState' is defined but never used       @typescript-eslint/no-unused-vars
  5:66  error  'Dispatch' is defined but never used         @typescript-eslint/no-unused-vars
  5:76  error  'MiddlewareAPI' is defined but never used    @typescript-eslint/no-unused-vars
  6:10  error  'PersistConfig' is defined but never used    @typescript-eslint/no-unused-vars
  8:10  error  'RootAction' is defined but never used       @typescript-eslint/no-unused-vars

/src/utils/useSelector.ts
  2:15  error  'RootAction' is defined but never used  @typescript-eslint/no-unused-vars
  3:15  error  'RootState' is defined but never used   @typescript-eslint/no-unused-vars

✖ 27 problems (24 errors, 3 warnings)
  0 errors and 1 warning potentially fixable with the `--fix` option.```

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.