Skip to content

zjkhiyori/ApkExtractorRN

Repository files navigation

ApkExtractor

A simplify Apk extractor,build with React Native

Dependencies:react-native-tab-view

demo.gif

Quick Start

Prerequisites

Installation

For User

Please download the lastest release

For developer

cd ApkExtractorRN/
yarn
cd android/
./gradlew buildRelease
cd ..
adb install dist/vx.x.x/android/x.apk

Enjoy yourself :)