File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 2
2
<img src="documentation/static/img/TOM-Legend.png" alt="Logo" width="100%">
3
3
</div >
4
4
5
- ![ GitHub Release Date] ( https://img.shields.io/github/release-date/thecodingmachine/react-native-boilerplate )
6
- ![ GitHub last commit] ( https://img.shields.io/github/last-commit/thecodingmachine/react-native-boilerplate )
7
- ![ GitHub commit activity] ( https://img.shields.io/github/commit-activity/m/thecodingmachine/react-native-boilerplate )
8
- ![ GitHub commits since latest release] ( https://img.shields.io/github/commits-since/thecodingmachine/react-native-boilerplate/latest )
9
- ![ GitHub top language] ( https://img.shields.io/github/languages/top/thecodingmachine/react-native-boilerplate )
5
+ ![ React Native Boilerplate License] ( https://img.shields.io/github/license/thecodingmachine/react-native-boilerplate )
6
+ ![ React Native Boilerplate Version] ( https://flat.badgen.net/npm/v/@thecodingmachine/react-native-boilerplate )
7
+ ![ React Native Boilerplate Release Date] ( https://img.shields.io/github/release-date/thecodingmachine/react-native-boilerplate )
8
+ ![ React Native Boilerplate Download] ( https://flat.badgen.net/npm/dt/@thecodingmachine/react-native-boilerplate )
9
+ ![ React Native Boilerplate Stars] ( https://img.shields.io/github/stars/thecodingmachine/react-native-boilerplate )
10
+ ![ React Native Boilerplate Top Language] ( https://img.shields.io/github/languages/top/thecodingmachine/react-native-boilerplate )
11
+ ![ React Native Boilerplate TypeScript] ( https://badgen.net/npm/types/tslib )
10
12
11
13
# TheCodingMachine React Native boilerplate
12
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @thecodingmachine/react-native-boilerplate" ,
3
- "version" : " 3.0.0-alpha.1 " ,
3
+ "version" : " 3.0.0-beta.0 " ,
4
4
"description" : " TheCodingMachine React Native Boilerplate" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " boilerplate" ,
3
- "version" : " 3.0.0-alpha.1 " ,
3
+ "version" : " 3.0.0-beta.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"android" : " react-native run-android" ,
16
16
"@react-navigation/native" : " ^5.9.3" ,
17
17
"@react-navigation/stack" : " ^5.14.3" ,
18
18
"@reduxjs/toolkit" : " ^1.5.0" ,
19
- "@thecodingmachine/redux-toolkit-wrapper" : " 1.3.0 " ,
19
+ "@thecodingmachine/redux-toolkit-wrapper" : " 2.0.0-alpha-5 " ,
20
20
"axios" : " ^0.21.1" ,
21
21
"i18next" : " ^19.9.2" ,
22
22
"react" : " 17.0.1" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
+ "skipLibCheck" : true ,
3
4
"allowJs" : true ,
4
5
"allowSyntheticDefaultImports" : true ,
5
6
"esModuleInterop" : true ,
You can’t perform that action at this time.
0 commit comments