React Native / Expo

Expo / React Native with Typesense InstantSearch Adapter

Install Instantsearch according to the guide of Algolia: Install Typesense according to the guide of Typesense: Set up Typesense in your App.js file or a Expo Router file according to the guide of Typesense for React Native. Some settings need to be changed to get it working. You need to create an SearchBox and InfiniteHits […]

Expo / React Native with Typesense InstantSearch Adapter Read More »

Creating a DataBag Context that carries around data flexibly in Expo / React Native

When dealing with paramaters that you want available throughout your whole App, you most likely turn to props, Redux or useContext. How to create one bag with data that you can easily access throughout all your app? First, define your DataBagContext and a custom hook for easy access. Then, define the DataBagProvider component which uses

Creating a DataBag Context that carries around data flexibly in Expo / React Native Read More »

en_USEnglish
Scroll to Top