NTR App

The good type of NTR ( if you know what I mean ? ) which stands for Next.js – tRPC – React Native.

Installation

For Next.js / tRPC

  yarn install
  yarn dev

For Expo App

  cd src/app && yarn install
  yarn start

Make sure to run the next js dev server first, and open it in a new tab by visiting http://localhost:3000/ before running the Expo App.

Why This Repo

I was trying to find some kind of way which allowed me to use the tRPC goodness in RN as well. All the solutions that I did find were either not updated, or janky at best. So, I created my own starter which allows to share the tRPC server between Next.js and Expo based RN App.

Screenshot

image

Credits

GitHub

View Github