Yıldıray Ünlü
Yıldıray Ünlü
Other solution ([Issue](https://github.com/react-native-community/react-native-template-typescript/issues/80#issuecomment-536419979)) : `npx --ignore-existing react-native init MyApp --template react-native-template-typescript`
Due to inactivity unassigned @PriyanshuRj from this issue. Anyone still interested in this?
Hi @sevkioruc, thank you for your interest. [nestjs-query](https://doug-martin.github.io/nestjs-query/) is a back-end library with graphql and crud applications. A data provider needs to be prepared using this project. [Strapi graphql](https://github.com/refinedev/refine/tree/next/packages/strapi-graphql) would...
Hey @sevkioruc, first of all, you should test the provider you made manually. For this, create a `Post` end-point and make sure that the crud operations are working correctly. Then...
> Yes @sevkioruc, you have to create a project and perform post crud operations. If you are not experienced with back-end and nestjs I can help with this.
Hey @sevkioruc let's do this if you want. We'll take care of the back-end and give you an api url. You focus on data provider.
Hey @diegoarda for the UUID problem, you can solve it temporarily. ``` import { useResource } from "@pankod/refine-core"; .... const { id } = useResource(); const { queryResult } =...
Hey @diegoarda I think the temporary solution is not for you. Let me explain my solution in more detail. You can copy the data provider files to your project and...
Hey @dzcpy Thank you for reported this issue. `FilterDropdown` does not an operator support yet. We will do something about it 🚀
We cannot do this with `` as `Antd` does not support this way of filtering (https://github.com/ant-design/ant-design/issues/27331). However, I have a few suggestions for doing this: - You can use [TableSearch](https://refine.dev/docs/advanced-tutorials/search/table-search/)....