Integrating MeiliSearch with React Native

Поделиться
HTML-код
  • Опубликовано: 22 янв 2025

Комментарии • 7

  • @Thpoirier
    @Thpoirier Год назад +1

    Hi! Why do you have to do pod install at the beginning ?

    • @questerstudio
      @questerstudio  Год назад

      You have to pod install when you install a new library or if a certain library is not behaving well

  • @sudhinsudhakaran9490
    @sudhinsudhakaran9490 2 года назад +1

    How to enable full screen in react native windows app

    • @questerstudio
      @questerstudio  2 года назад

      To enable full screen in a React Native app, you can use the StatusBar component from the react-native library and set the hidden prop to true. This will hide the status bar at the top of the screen, allowing your app to take up the full screen.

    • @sudhinsudhakaran9490
      @sudhinsudhakaran9490 2 года назад

      @@questerstudio I have created a windows application used by react native. But windows app open in normal mode. I need to open it in maximize window mode

    • @questerstudio
      @questerstudio  2 года назад

      @@sudhinsudhakaran9490Sorry hard to say...i'll try it out maybe make a video as well

    • @sudhinsudhakaran9490
      @sudhinsudhakaran9490 2 года назад

      @@questerstudio Thank you