/ReactNativeWordpress

The simple React Native App to load Wordpress content from WP REST API

Primary LanguageJavaScriptMIT LicenseMIT

Sculpt React Native & WordPress Starter (Expo)

A basic React Native & WordPress setup with Expo to get an app started quickly.

Requirements

Steps

Get the Expo CLI:

$ yarn global add expo-cli

Clone repo:

$ git clone https://github.com/ericmalcolm/sculpt-react-native-expo-wordpress.git

Navigate to directory, install dependancies, and start the app:

$ cd sculpt-react-native-expo-wordpress
$ yarn
$ expo start

Follow Expo Documentation to get app running on devices.

React Native Paper has been added. See list of examples in this expo snack to get some basic components.

Posts are pulled in via the WordPress REST API on the PostsScreen.js currently.