Using Nextjs API In React Native
Unanswered
Transvaal lion posted this in #help-forum
Transvaal lionOP
How do i make it , the web app is too complex and i think also i dont know how to use the apis from nextjs in my native apps
1 Reply
You can use your nextjs as an api as long as you create your apis in
route.{j,t}s file(s). If you render jsx using server components, you can't use that as an API