Skip to content

radoslawfabisiak/reactxp-test

Repository files navigation

RXPImageList

This sample demonstrates a ReactXP app that fetches information from a REST service (Giphy) and displays a virtualized list of images. The app works on React Native (iOS, Android, Windows) and web.

The commands in the instructions below assume you are in the root of this repo.

Building

  • From the RXPImageList directory, run npm install. This fetches the dependencies.

To run your app on Web:

npm run start:web

To build Web production version of your app:

npm run build:web

To run your app on iOS:

npm run start:ios
- or -

open ios/RXPImageList.xcodeproj project in Xcode press the Run button

To run your app on Android:

Have an Android emulator running (quickest way to get started), or a device connected

npm run start:android
- or -

open android/ project in Android Studio press the Run button

To run your app on Windows:

npm run start:windows
- or -

open windows/RXPImageList.sln project in Visual Studio press the Run button

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published