react-native-shared-group-preferences
No description available.
File Explorer
Download Latest Version (.zip)- RNReactNativeSharedGroupPreferencesModule.java
- RNReactNativeSharedGroupPreferencesPackage.java
- AndroidManifest.xml
- build.gradle
- project.pbxproj
- contents.xcworkspacedata
- RNReactNativeSharedGroupPreferences.h
- RNReactNativeSharedGroupPreferences.m
- .gitattributes
- .gitignore
- index.d.ts
- index.js
- package.json
- README.md
- RNReactNativeSharedGroupPreferences.podspec
# Installation Guide
1. Get the code
git clone https://github.com/KjellConnelly/react-native-shared-group-preferences
Downloads the entire project code from GitHub to your computer.
cd react-native-shared-group-preferences
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.
2. Open `../android/build.gradle` and make sure targetSdkVersion is 29 or below. If you target 30+, the added `android:requestLegacyExternalStorage="true"` will be ignored. So public external storage will only work for 28 and below. But if you target 29, public external storage will work for all devices.
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
I've added extra functionality to this module that isn't related because it's it's a pain creating a new npm module and setting everything up.
Type this command into your terminal and run it.
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)
