
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
【React Native】下から引っ張るタイプのモーダルを作る - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
【React Native】下から引っ張るタイプのモーダルを作る - Qiita
import * as React from 'react'; import { StyleSheet, Text, View, Button } from 'react-native'; im... import * as React from 'react'; import { StyleSheet, Text, View, Button } from 'react-native'; import BottomSheet from 'reanimated-bottom-sheet'; export default function App() { const renderContent = () => ( <View style={styles.modalWrapper}> <View style={styles.modalHeader}> <View style={styles.modalPulltab}/> </View> <View style={styles.modalContents}> <View style={{height: '100%'}}> <Text>modal