로딩
요청 처리 중입니다...

react native action sheet

 react native action sheet

import { useActionSheet } from '@expo/react-native-action-sheet' export default function App () { const { showActionSheetWithOptions } = useActionSheet(); /* ... */ } import { ActionSheetCustom as ActionSheet } from 'react-native-actionsheet' const options = [ 'Cancel', 'Apple', Banana, 'Watermelon', Durian ] class Demo extends React.Component { showActionSheet = () => { this.ActionSheet.show() } render() { return (

# android # ios # react # reactnative # 리액트 # 리액트네이티브 # 앱개발