React-native offers developing native modules and UI components in its official site.
However I want to make minor changes in the TextInput
component which is used in my app and is found on my computer. However there is no a Java file that is related with TextInput
.
Is there any way to make small changes in TextInput
in my app?