From e054392ee51d3cef7c6db04c8b282f20c71a7b1e Mon Sep 17 00:00:00 2001 From: Juan David Nicholls Cardona Date: Fri, 5 Jun 2020 08:19:41 -0500 Subject: [PATCH] Add MyApp boilerplate --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a8b30c..e7563c9 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,8 @@ To get your project added, please submit a [pull request](https://github.com/Rea | [Context API Demo](https://github.com/ToJen/react_native_context_demo) | A simple app showing how Context API can be used in React Native by authenticating users. [Expo](https://expo.io/tools) and [React Navigation](https://reactnavigation.org/) were used for this. This is great for hackathons or quick projects! | ![Expo version](https://img.shields.io/github/package-json/dependency-version/ToJen/react_native_context_demo/expo?label=expo) | ![GitHub last commit](https://img.shields.io/github/last-commit/ToJen/react_native_context_demo?label=%20) | ![Github Stars](https://img.shields.io/github/stars/ToJen/react_native_context_demo) | | [React Native boilerplate](https://github.com/alexakasanjeev/react-native-boilerplate) | A Robust React Native boilerplate to kickstart your new app , implements react navigation, redux, redux-saga and storybook. | ![React Native version](https://img.shields.io/github/package-json/dependency-version/alexakasanjeev/react-native-boilerplate/react-native?label=%20) | ![GitHub last commit](https://img.shields.io/github/last-commit/alexakasanjeev/react-native-boilerplate?label=%20) | ![Github Stars](https://img.shields.io/github/stars/alexakasanjeev/react-native-boilerplate) | | [React Native boileplate](https://github.com/tawachan/react-native-expo-boilerplate) | A boilerplate to develop a mobile app with React Native and Expo using TypeScript and Redux (Redux Saga). | ![Expo version](https://img.shields.io/github/package-json/dependency-version/tawachan/react-native-expo-boilerplate/expo?label=expo) | ![GitHub last commit](https://img.shields.io/github/last-commit/tawachan/react-native-expo-boilerplate?label=%20) | ![Github Stars](https://img.shields.io/github/stars/tawachan/react-native-expo-boilerplate) | -[React Native Template](https://github.com/osamaq/react-native-template) | A minimal template with architecture and common packages to let you focus on writing features right away. | ![React Native version](https://img.shields.io/github/package-json/dependency-version/osamaq/react-native-template/react-native?label=%20&filename=template%2Fpackage.json) | ![GitHub last commit](https://img.shields.io/github/last-commit/osamaq/react-native-template?label=%20) | ![Github Stars](https://img.shields.io/github/stars/osamaq/react-native-template) | +[React Native Template](https://github.com/osamaq/react-native-template) | A minimal template with architecture and common packages to let you focus on writing features right away. | ![React Native version](https://img.shields.io/github/package-json/dependency-version/osamaq/react-native-template/react-native?label=%20&filename=template%2Fpackage.json) | ![GitHub last commit](https://img.shields.io/github/last-commit/osamaq/react-native-template?label=%20) | ![Github Stars](https://img.shields.io/github/stars/osamaq/react-native-template) | +[MyApp](https://github.com/proyecto26/MyApp) | A template for React Native apps (State management agnostic). | ![React Native version](https://img.shields.io/github/package-json/dependency-version/proyecto26/MyApp/react-native?label=%20&filename=package.json) | ![GitHub last commit](https://img.shields.io/github/last-commit/proyecto26/MyApp?label=%20) | ![Github Stars](https://img.shields.io/github/stars/proyecto26/MyApp) | ## Core Contributors