UNPKG

react-native-segmented-control-tab

Version:

A react native component with the same concept of react native's SegmantedControlIOS, Primarily built to support both IOS and Android.

14 lines 301 B
language: node_js node_js: - "8.11.2" jobs: include: - stage: "install dependencies" script: npm install - stage: "Quality Checks" name: "es lint" script: npm run lint name: "flow check" script: npm run flow name: "unit tests" script: npm run test