Skip to content

Commit c8c3950

Browse files
committed
Add react-native-google-signin component
1 parent 34ce39d commit c8c3950

File tree

1 file changed

+13
-24
lines changed

1 file changed

+13
-24
lines changed

README.md

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A collection of awesome things regarding React ecosystem.
4242
- [Graphics](#graphics)
4343
- [Model Libraries](#model-libraries)
4444
- [Data Managing](#data-managing)
45-
- [Development Experience](#development-experience)
45+
- [React Developer Experience](#react-developer-experience)
4646
- [Template Engines](#template-engines)
4747
- [Maps](#maps)
4848
- [Charts](#charts)
@@ -63,9 +63,9 @@ A collection of awesome things regarding React ecosystem.
6363
- [React Native General Resources](#react-native-general-resources)
6464
- [React Native Community](#react-native-community)
6565
- [React Native Tutorials](#react-native-tutorials)
66-
- [React Native Development Tools](#react-native-development-tools)
66+
- [React Native Developer Experience](#react-native-developer-experience)
6767
- [React Native Sample Apps](#react-native-sample-apps)
68-
- [React Native Starter](#react-native-starter)
68+
- [React Native Boilerplates](#react-native-boilerplates)
6969
- [React Native Awesome Components](#react-native-awesome-components)
7070
- [GraphQL](#graphql)
7171
- [GraphQL Spec](#graphql-spec)
@@ -583,7 +583,7 @@ A collection of awesome things regarding React ecosystem.
583583
* [immstruct - Immutable data structures with history for top-to-bottom properties in component based libraries like React](https://github.com/omniscientjs/immstruct)
584584
* [seamless-immutable - Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects](https://github.com/rtfeldman/seamless-immutable)
585585

586-
##### Development Experience
586+
##### React Development Experience
587587
* [react-devtools - React Chrome Developer Tools](https://github.com/facebook/react-devtools)
588588
* [react-transform-hmr - A React Transform that enables hot reloading React](https://github.com/gaearon/react-transform-hmr)
589589
* [Nuclide - An open IDE for web and native mobile development, built on top of Atom](http://nuclide.io/)
@@ -725,37 +725,25 @@ A collection of awesome things regarding React ecosystem.
725725
* [React Native GitHub](https://github.com/facebook/react-native)
726726
* [React Native Newsletter](http://brentvatne.ca/react-native-newsletter/)
727727
* [React Native Playground](https://rnplay.org/)
728-
* [React Native Examples](https://github.com/facebook/react-native/tree/master/Examples)
728+
* [React Native Awesome List](https://github.com/jondot/awesome-react-native)
729729

730730
#### React Native Community
731-
* `#reactnative` channel on Freenode IRC Channel
732731
* [React Native StackOverflow](http://stackoverflow.com/questions/tagged/react-native)
733732
* [React Native Subreddit](https://www.reddit.com/r/reactnative)
734733
* [React Native Radio](https://devchat.tv/react-native-radio/)
735734

736735
#### React Native Tutorials
737-
* [Awesome React Native - Like this list, but focused on React Native](https://github.com/jondot/awesome-react-native)
738-
* [Use React Native](http://www.reactnative.com/)
739-
* [Handcrafting an iOS Application in React Native with love](https://www.stanleycyang.com/tutorials/handcrafting-an-ios-application-in-react-native-with-love)
736+
* [React Native Tutorial](https://facebook.github.io/react-native/docs/tutorial.html)
740737
* [Introducing React Native: Building Apps with JavaScript](http://www.raywenderlich.com/99473/introducing-react-native-building-apps-javascript)
741-
* [React Native Meets Async Functions](https://medium.com/the-exponent-log/react-native-meets-async-functions-3e6f81111173)
742738
* [Introduction to React Native: Building iOS Apps with JavaScript](http://www.appcoda.com/react-native-introduction/)
739+
* [Handcrafting an iOS Application in React Native with love](https://www.stanleycyang.com/tutorials/handcrafting-an-ios-application-in-react-native-with-love)
740+
* [React Native Meets Async Functions](https://medium.com/the-exponent-log/react-native-meets-async-functions-3e6f81111173)
743741
* [Gesture detection in React Native – fixing unexpected panning](http://blog.lum.pe/gesture-detection-in-react-native-fixing-unexpected-panning/)
744-
* [Diary of Building an iOS App with React Native](http://herman.asia/building-a-flashcard-app-with-react-native)
745742
* [Use The iOS Camera In Your React Native Mobile App](https://blog.nraboy.com/2015/09/use-the-ios-camera-in-your-react-native-mobile-app/)
746-
* [Super Simple Native Module Example](https://colinramsay.co.uk/2015/03/27/react-native-simple-native-module.html)
747-
* [NavigatorIOS Demo](https://colinramsay.co.uk/2015/04/11/react-native-navigatorios-demo.html)
748743
* [Digital Smart Mirror lab with React Native](http://atticuswhite.com/blog/react-native-smart-mirror-lab/)
749-
* [React Native Periscope Hearts Animation](http://browniefed.com/blog/2015/09/07/react-native-periscope-hearts-animation/)
750-
* [React Native Youtube Animated Video Slide](http://browniefed.com/blog/2015/08/31/react-native-youtube-animated-video-slide/)
751-
* [React-Native Animated with React-Art - Firework Tap To Shoot](http://browniefed.com/blog/2015/08/29/react-native-animated-with-react-art-firework-show/)
752-
* [React-native press and hold button actions](http://browniefed.com/blog/2015/08/22/react-native-press-and-hold-button-actions/)
753-
* [React-native Animated API with PanResponder](http://browniefed.com/blog/2015/08/15/react-native-animated-api-with-panresponder/)
754-
* [React-native Animated ScrollView Row Swipe Actions](http://browniefed.com/blog/2015/08/01/react-native-animated-listview-row-swipe/)
755-
* [React-native Animated API Basic Example](http://browniefed.com/blog/2015/07/26/react-native-animated-api-basic-example/)
756-
* [React Native and Socket.io](http://browniefed.com/blog/2015/05/16/react-native-and-socket-dot-io/)
757-
758-
#### React Native Development Tools
744+
* [JavaScript Without Grammar blog](http://browniefed.com/blog/archives/)
745+
746+
#### React Native Development Experience
759747
* [react-native-webpack-server - Build React Native apps with Webpack](https://github.com/mjohnston/react-native-webpack-server)
760748
* [react-native-code-push - React Native plugin for the CodePush service](https://github.com/Microsoft/react-native-code-push)
761749

@@ -764,7 +752,7 @@ A collection of awesome things regarding React ecosystem.
764752
* [Ziliun](https://github.com/sonnylazuardi/ziliun-react-native)
765753
* [FinanceReactNative](https://github.com/7kfpun/FinanceReactNative)
766754

767-
#### React Native Starter
755+
#### React Native Boilerplates
768756
* [Snowflake - React Native iOS & Android with Redux, Parse.com, Jest (88% coverage)](https://github.com/bartonhammond/snowflake)
769757

770758
#### React Native Awesome Components
@@ -773,6 +761,7 @@ A collection of awesome things regarding React ecosystem.
773761
* [react-native-mapbox-gl - A Mapbox GL react native module](https://github.com/mapbox/react-native-mapbox-gl)
774762
* [react-native-icons - Quick and easy icons in React Native](https://github.com/corymsmith/react-native-icons)
775763
* [react-native-vector-icons - 3000 Customizable Icons for React Native with support for NavBar/TabBar](https://github.com/oblador/react-native-vector-icons)
764+
* [react-native-google-signin - Google Signin for React Native](https://github.com/apptailor/react-native-google-signin)
776765

777766

778767
---

0 commit comments

Comments
 (0)