This repository holds the sample source code for a React Native implementation of an image gallery app powered by Oracle Content Management.
Please follow the tutorial.
You must set up an environment for React Native development before building this project. Our project and instructions assume you are using the React Native CLI.
After cloning this repository, run the following command to install the dependencies:
npm install
Generate the basic React Native application:
npx react-native init OCMGallery
Run the init command to merge our code into the app:
npm run init
Now run either of the build scripts depending on your platform:
npm run android
npm run ios
Sample images may be downloaded from https://www.oracle.com/middleware/technologies/content-experience-downloads.html under a separate license. These images are provided for reference purposes only and may not be hosted or redistributed by you.
This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide.
Please consult the security guide for our responsible security vulnerability disclosure process.
Copyright (c) 2022, 2023 Oracle and/or its affiliates.
Released under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl/.