0.0.4 • Published 4 years ago

virtualized-scroll-view v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

virtualized-scrollview

Dev

The demo folder contains a standalone Expo project, which can be used for dev purpose.

react-native - 0.61 react - 16.9

  1. Start Expo

    $ npm install
    
    $ npm start
  2. Run on simulator

    • type the following command in the Terminal after the project is booted up
    • a for android simulator
    • i for iOS simulator
  3. Run on device

    • require the installation of corresponding iOS client or android client on the device
    • scan the QR code from Terminal using the device
  4. More on Expo Guide