简体   繁体   中英

How to create this modal in React Native

How can I create a modal component that will work like this one

There is a nice tutorial here on how to make the drawer from scratch. You can then add then add a <TextInput ref={ref} /> component with a ref assigned and use the focus() method on it once the drawer is opened. More on the TextInput here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM