Skip to content

Commit ba80536

Browse files
committed
add @thecodingmachine/redux-toolkit-wrapper ts support
1 parent b7d74ad commit ba80536

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
<img src="documentation/static/img/TOM-Legend.png" alt="Logo" width="100%">
33
</div>
44

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)
1012

1113
# TheCodingMachine React Native boilerplate
1214

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thecodingmachine/react-native-boilerplate",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-beta.0",
44
"description": "TheCodingMachine React Native Boilerplate",
55
"repository": {
66
"type": "git",

template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boilerplate",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-beta.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -16,7 +16,7 @@
1616
"@react-navigation/native": "^5.9.3",
1717
"@react-navigation/stack": "^5.14.3",
1818
"@reduxjs/toolkit": "^1.5.0",
19-
"@thecodingmachine/redux-toolkit-wrapper": "1.3.0",
19+
"@thecodingmachine/redux-toolkit-wrapper": "2.0.0-alpha-5",
2020
"axios": "^0.21.1",
2121
"i18next": "^19.9.2",
2222
"react": "17.0.1",

template/ts-support-template/src/modules.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

template/ts-support-template/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"skipLibCheck": true,
34
"allowJs": true,
45
"allowSyntheticDefaultImports": true,
56
"esModuleInterop": true,

0 commit comments

Comments
 (0)