Custom React-Native ScrollView. This widget serves as a base implementing custom ScrollView features.
- Configurable autoscroll
Download one of the releases or build from source as follows
git clone https://github.com/Entidad/mendix-react-native-scrollview.git
cd ./mendix-react-native-scrollview
npm install
npm run build
Deploy entidad.Scrollview.mpk to $PROJ/widgets, execute Synchronize App Directory in Mendix IDE (alt-f4 or invoke Menu/App/Synchronize App Directory. Place the widget in some context passing component like a DataView. At a minimum configure the widget value attribute.
None at this time
- Install NPM package dependencies by using:
npm install. If you use NPM v7.x.x, which can be checked by executingnpm -v, execute:npm install --legacy-peer-deps. - Run
npm startto watch for code changes. On every change:- the widget will be bundled;
- the bundle will be included in a
distfolder in the root directory of the project; - the bundle will be included in the
deploymentandwidgetsfolder of the Mendix test project.
[specify contribution]