I'm using the GiphyGridView component to render the results of the searched string, but if no result is found, the component shows a "No stickers found" message. Which is good, however, my app is in Spanish language and needs to change this message to "No se encontraron stickers" but I couldn't find any prop to change this text
I also asked Gemini and it was also not able to give a correct solution
https://g.co/gemini/share/ec77f54e2dc5
the property Gemini suggested renderEmpty does not exist in the docs.
Duplicates
Latest version
Summary 💡
I'm using the
GiphyGridView
component to render the results of the searched string, but if no result is found, the component shows a "No stickers found" message. Which is good, however, my app is in Spanish language and needs to change this message to "No se encontraron stickers" but I couldn't find any prop to change this textNo prop found here: https://github.com/Giphy/giphy-react-native-sdk/blob/HEAD/docs/api.md#giphygridview
I also asked Gemini and it was also not able to give a correct solution https://g.co/gemini/share/ec77f54e2dc5 the property Gemini suggested
renderEmpty
does not exist in the docs.Motivation 🔦
No response