Skip to content

Commit 54ca18e

Browse files
committed
chore: deleted unsued files
1 parent 6010685 commit 54ca18e

File tree

8 files changed

+5
-58
lines changed

8 files changed

+5
-58
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.travis.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# react-native-template
1+
# react-native-template-typescript
22

3-
[![Build Status](https://travis-ci.com/osamaq/react-native-template.svg?branch=master)](https://travis-ci.com/hmarques98/template-react-native-typescript)
4-
[![npm downloads](https://img.shields.io/npm/dt/@hmarques98/react-native-template.svg)](https://www.npmjs.com/package/@hmarques98/template-react-native-typescript)
5-
[![npm version](https://img.shields.io/npm/v/@hmarques98/react-native-template?color=44BC1C)](https://www.npmjs.com/package/@hmarques98/template-react-native-typescript)
3+
[![npm downloads](https://img.shields.io/npm/dt/@hmarques98/react-native-template-typescript.svg)](https://www.npmjs.com/package/@hmarques98/react-native-template-typescript)
4+
[![npm version](https://img.shields.io/npm/v/@hmarques98/react-native-template-typescript?color=44BC1C)](https://www.npmjs.com/package/@hmarques98/react-native-template-typescript)
65

76
<p align="center" >
87
<img
@@ -204,10 +203,6 @@ The CodePush plugin helps get product improvements in front of your end users in
204203

205204
Benefitial in debugging issues that occur only in release builds. You can view error stack traces for unhandled exceptions. You can also choose to log specific errors in some catch blocks to study how often they occur in production.
206205

207-
In this template, there is a custom Redux [middleware](https://github.com/osamaq/react-native-template/blob/master/template/src/redux/middleware/sentryMiddleware.ts) that adds Redux actions as breadcrumbs to Sentry reports for even easier debugging.
208-
209-
This is similar to [redux-sentry-middleware](https://github.com/vidit-sh/redux-sentry-middleware) but I've yet to test that one.
210-
211206
### react-native-bootsplash
212207

213208
Works great for controlling your splash screen.
@@ -252,9 +247,9 @@ iOS: two additional schemes are created in the Xcode project for staging and pro
252247

253248
NPM scripts for running the app with the desired configuration are [included](https://github.com/osamaq/react-native-template/blob/acc4f4ab117bee099a531ad44be1130f9d24df69/template/package.json#L11) for convenience.
254249

255-
### Reanimated/Redash
250+
### Reanimated
256251

257-
Necessary when creating complex gesture based animations that are highly performant. Redash contains boilerplate helpers for Reanimated.
252+
Necessary when creating complex gesture based animations that are highly performant.
258253

259254
### react-native-appstate-hook
260255

docs/assets/cardmodal.gif

-2.11 MB
Binary file not shown.

docs/assets/loadingpopup.png

-80.1 KB
Binary file not shown.

docs/assets/reactotron.png

-398 KB
Binary file not shown.

docs/assets/snackbar.gif

-251 KB
Binary file not shown.
-2.44 MB
Binary file not shown.

0 commit comments

Comments
 (0)