wise-white
wise-white17mo ago

Mobile Compatability

Hi everyone, is refine capable of doing mobile app like react-native?
5 Replies
kapa.ai
kapa.ai17mo ago
Hi @franzdev. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
kapa.ai
kapa.ai17mo ago
---------------------- Yes, refine is designed to be flexible and can be used with any React application, including React Native. It doesn't impose any constraints on your application, allowing you to integrate it seamlessly into your existing projects. The route management will be handled by your preferred framework (React Router, Next.js, Remix), making it possible to use refine with various platforms, including React Native. Here's an extract from the documentation that supports this:
This makes it possible to use refine with any React (Web, Electron, React Native etc.) application, without any constraints.
Source: Understanding Resources - Refine Documentation (https://refine.dev/docs/tutorial/understanding-resources/index) ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
Resources | refine
In the Unit 2.4, we have defined a resource to create our CRUD pages with the Inferencer component. However, we have not explained how it works. In this unit, we will explain the resources prop of the `` component using the mock components.
kapa.ai
kapa.ai17mo ago
<@619660544319684609> kapa.ai is still learning and improving, please let us how it did by reacting below
plain-purple
plain-purple17mo ago
Hey @franzdev, You can do it without any constraints. However, we have't created any example for that yet. Maybe community can share their experience here.
wise-white
wise-white17mo ago
Hey @salihozdemir, Thank you for that info.