How to handle objective c app from our mobile (RN) repo

we have created a mobile app for our customer and we are serving DRF APIs, ReactJs, React Native from the same repo but customer shared an existing app which written with objective C and we are implementing network layer to the app to POST data through DRF APIs.

What can be the best practice to maintain objective c codebase from the same repo?

we can push this objective c codebase to a new directory at the root, or any other recommended way here please?

app code: 19849

cc: @anand

@tony Do you have a recommendation?

@mahbubur in this case, let’s put the objective c code base in a new directory at root

thanks @anand, @tony

1 Like