Skip to content

Commit

Permalink
Added Drawer screenshot to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muhsin committed Mar 14, 2018
1 parent 3854214 commit bf0d82b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion App.js
Expand Up @@ -16,7 +16,7 @@ import Product from "./src/components/Products/Product";
import CartPage from './src/components/Cart/CartPage';
import DrawerContainer from './src/components/Drawer/DrawerContainer';
import configureStore from './src/store/configureStore';
import initialState from './src/reducers/initialState';
import InitialState from './src/reducers/InitialState';

const store = configureStore();

Expand Down
4 changes: 3 additions & 1 deletion README.md
@@ -1,16 +1,18 @@
# React Native Woocommerce Store
A React Native mobile app using and WordPress and WooCommerce at the back end. Works on iOS and Android via Expo.
A React Native mobile app using and WordPress and WooCommerce at the back end. Works on iOS and Android.

![alt text](screenshots/Screenshot1.png)
![alt text](screenshots/Screenshot2.png)
![alt text](screenshots/Screenshot3.png)
![alt text](screenshots/Screenshot4.png)

This project was bootstrapped with [Create React Native App](https://github.com/react-community/create-react-native-app).

## How to run

```
git clone https://github.com/laccadive-io/react-native-woocommerce-store.git
cd react-native-woocommerce-store
npm install
npm start
```
Expand Down
Binary file added screenshots/Screenshot4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/Drawer/DrawerContainer.js
Expand Up @@ -49,11 +49,11 @@ const styles = StyleSheet.create({
uglyDrawerItem: {
fontSize: 18,
fontWeight: 'bold',
color: '#E73536',
color: '#4C3E54',
padding: 15,
margin: 5,
borderRadius: 2,
borderColor: '#E73536',
borderColor: '#4C3E54',
borderWidth: 1,
textAlign: 'center'
}
Expand Down

0 comments on commit bf0d82b

Please sign in to comment.