Skip to content

NWylynko/realworld-react-native

 
 

Repository files navigation

RealWorld Example App

React Native codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with React Native including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the React Native community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

mobile application to interact with api

Getting started

https://reactnative.dev/docs/getting-started

grab repo

  • git clone https://github.com/NWylynko/realworld-react-native

install dependencies

  • yarn
  • ios
    • cd ios; pod install; cd ..;

start

  • ios
    • yarn ios
  • android
    • yarn android

screenshots

Your Feed

Global Feed

New Article

User

Post

Profile

Settings

Favorited Articles

About

Realworld (Conduit) mobile app built in React Native

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 71.8%
  • Java 10.6%
  • Ruby 9.1%
  • Objective-C 7.5%
  • Starlark 1.0%