Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

A simple mobile app built using React Native and loading content from Oracle Content Management

License

Notifications You must be signed in to change notification settings

oracle-samples/oce-reactnative-minimal-sample

Repository files navigation

About React Native Minimal Sample

This repository holds the sample source code for a React Native implementation of a simple app showing images and content powered by Oracle Content Management.

Please follow the tutorial.

Prerequisites

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.

How to run

After cloning this repository, run the following command to install the dependencies:

npm install

Generate the basic React Native application:

npx react-native init OCMMinimal

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

Images

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.

Contributing

This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide.

Security

Please consult the security guide for our responsible security vulnerability disclosure process.

License

Copyright (c) 2022, Oracle and/or its affiliates.

Released under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl/.