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.
- From the RXPImageList directory, run
npm install. This fetches the dependencies.
npm run start:webnpm run build:webnpm run start:iosopen ios/RXPImageList.xcodeproj project in Xcode press the Run button
Have an Android emulator running (quickest way to get started), or a device connected
npm run start:androidopen android/ project in Android Studio press the Run button
npm run start:windowsopen windows/RXPImageList.sln project in Visual Studio press the Run button