React-native提供在its official site中开发本机模块和UI组件。
但是,我想对我的应用中使用的TextInput
component进行细微更改,并在我的计算机上找到。但是,没有与TextInput
相关的Java文件。
有没有办法在我的应用中TextInput
进行细微更改?
答案 0 :(得分:0)
自RN v0.21.0
Android文件的分发已更改,现在已使用npm完成。
可以在档案node_modules/react-native/android/com/facebook/react/react-native/0.21.0/
react-native-0.21.0-sources.jar
下找到这些文件
他们无法像这样进行更改,以为您可以查看this
修改:适用于RN 0.20.0或更低版本
我想你正在寻找的是file
您可以在node_modules下的react-native文件夹中修改它:
node_modules/react-native/ReactAndroid/src/main/java/com/facebook/react/views/textinput/
答案 1 :(得分:0)
为了将更改应用于React Native android源并将其置于应用程序中,您必须从源代码编译它。
您可以按照官方指南进行操作:https://facebook.github.io/react-native/docs/android-building-from-source.html#content