asmadsen / react-native-unity-view

MIT License
203 stars 129 forks source link

create a library/module using the example application #34

Open TimTreurniet opened 3 years ago

TimTreurniet commented 3 years ago

The project requires quite some files and gradle settings to be set up. For modular reusability, I have been trying to create a module that can be easily imported in another react native project without the need for the unity files and gradle setup etc.

However, because of all this custom setup, I have not been able to create a reusable library using the standard methods

Would it be possible to turn this repo for example into a library, and if so, are there any guidelines on how to do this?