Skip to content

Commit

Permalink
Merge pull request #15 from wordpress-mobile/fix/remove-readme-direct…
Browse files Browse the repository at this point in the history
…ory-structure

remove directory structure from README
  • Loading branch information
hypest committed Apr 23, 2018
2 parents 537ba1f + 234cd63 commit b42efaf
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,6 @@ Wrapping Aztec Android and Aztec iOS in a React Native component

GPL v2


## Directory structure

```
.
├── example
│   ├── android
│   ├── ios
│   ├── app.json
│   ├── index.android.js
│   ├── index.ios.js
│   └── package.json
├── android
│ └── src
│    └── main
│    └── java
│       └── org
│       └── wordpress
│       └── mobile
│       └── ReactNativeAztec
│       ├── ReactAztecBlurEvent.java
│       ├── ReactAztecEndEditingEvent.java
│       ├── ReactAztecFocusEvent.java
│       ├── ReactAztecManager.java
│       ├── ReactAztecPackage.java
│       ├── ReactAztecText.java
│       └── ReactAztecView.java
├── src
│   └── AztecView.js
├── index.js
├── ios
│ ├── Frameworks
│ ├── RNTAztecView
│ │  └── RCTAztecView.m
│   └── RNTAztecView.xcodeproj
├── package.json
├── LICENSE.md
└── README.md
```

If you have to change Android native code, you must have a look at the code in `android/src/main/java/` folder.

## Android: Run the example app

At the root folder, run:
Expand Down

0 comments on commit b42efaf

Please sign in to comment.