From 234cd63fc3630ad20a31a0ecec85dd1cb848ab4c Mon Sep 17 00:00:00 2001 From: Mario Zorz Date: Mon, 23 Apr 2018 09:22:05 -0300 Subject: [PATCH] remove directory structure from README --- README.md | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/README.md b/README.md index 61100a8a8a835a..8ceebc929c60cf 100644 --- a/README.md +++ b/README.md @@ -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: