Yan-De
Yan-De
My solution android/settings.gradle: `include ':@react-native-firebase_app'` `project(':@react-native-firebase_app').projectDir = new File(rootProject.proj`
[see this](https://github.com/40818419/react-code-input/issues/118#issuecomment-878120050)
**add props** inputStyle={{ fontFamily: "monospace", MozAppearance: "textfield", borderRadius: "6px", border: "1px solid", boxShadow: "0px 0px 10px 0px rgba(0,0,0,.10)", margin: "4px", paddingLeft: "8px", paddingRight: 0, _**paddingTop: 0,**_ width: "36px", **_height: "44px",_**...
Simple but effective solution. `// super.onCreate(savedInstanceState);` `super.onCreate(null);`