react-native-android-kit
:package: Android Native Kit for React-Native
File Explorer
Download Latest Version (.zip)- gradle-wrapper.jar
- gradle-wrapper.properties
- ButtonManager.java
- ButtonView.java
- FabManager.java
- FabView.java
- CustomView.java
- TabLayoutManager.java
- TabLayoutView.java
- Drawable.java
- RNAKPackage.java
- strings.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- gradlew
- gradlew.bat
- MainActivity.java
- MainApplication.java
- ic_add_white_24dp.png
- ic_build_black_24dp.png
- ic_home_black_24dp.png
- ic_important_devices_black_24dp.png
- ic_reply_all_black_24dp.png
- ic_add_white_24dp.png
- ic_build_black_24dp.png
- ic_home_black_24dp.png
- ic_important_devices_black_24dp.png
- ic_reply_all_black_24dp.png
- ic_add_white_24dp.png
- ic_build_black_24dp.png
- ic_home_black_24dp.png
- ic_important_devices_black_24dp.png
- ic_reply_all_black_24dp.png
- ic_add_white_24dp.png
- ic_build_black_24dp.png
- ic_home_black_24dp.png
- ic_important_devices_black_24dp.png
- ic_reply_all_black_24dp.png
- ic_add_white_24dp.png
- ic_build_black_24dp.png
- ic_home_black_24dp.png
- ic_important_devices_black_24dp.png
- ic_reply_all_black_24dp.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- strings.xml
- styles.xml
- AndroidManifest.xml
- BUCK
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- button.js
- floatingButton.js
- index.js
- .buckconfig
- .flowconfig
- .gitignore
- .watchmanconfig
- index.android.js
- package.json
- ButtonAndroid.js
- FloatingButtonAndroid.js
- index.js
- TabLayoutAndroid.js
- index.js
- index.js
- .eslintrc.json
- .gitignore
- .npmignore
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/adbayb/react-native-android-kit
Downloads the entire project code from GitHub to your computer.
cd react-native-android-kit
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
```gradle
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install react-native-android-kit --save
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
