import React, { Component } from 'react'; import { Text } from 'react-native'; class Example extends Component { static platforms = ['ios', 'android']; render() { return Sorry, this demo is not available on web; } } export const ComboWithGHScroll = Example; export const ComboWithRNScroll = Example;