skip to Main Content

I’m working on a React Native application, and I have a question. I’m developing a chat feature, and I want to add a functionality where when a chat bubble is clicked, a gallery slides in from both sides at the bottom of the text input. Additionally, I’d like to have a "View Fullscreen" button in the top right corner of the slide box so that when clicked, the gallery expands for a larger view. Can you please help me with this?

I tried using image picker and image crop picker, but they didn’t work as I wanted them to.

2

Answers


  1. If I understand you correctly, you want to make a custom gallery in your app? For that you need to use CameraRoll library.

    But If you wanted to change the appearance of the native image picker, you can’t.

    Login or Signup to reply.
  2. If you just want to make a image gallery, you can use react-native-cameraroll, but if you want to make a image picker, I think you have to create a custom library

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search