virtualized-scroll-view

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

Usage no npm install needed!

<script type="module">
  import virtualizedScrollView from 'https://cdn.skypack.dev/virtualized-scroll-view';
</script>

README

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