David Angulo
David Angulo
This fork also seems good: https://www.npmjs.com/package/@softmedialab/react-native-material-textfield
@herokuapp88 Did you ever found out a solution?
@phibersoft I'm not that familiar with `_document` as I haven't been able to use it that much. If I understood correctly, you want a different `_document` for **admin** and **main**...
Perhaps your issue is related to #31179
Issue persists when upgrading from 0.69.3 to 0.70.4 Temporary work around `react-native+0.70.4.patch` ```diff diff --git a/node_modules/react-native/Libraries/Components/Touchable/Touchable.js b/node_modules/react-native/Libraries/Components/Touchable/Touchable.js index ea448b3..a1fb596 100644 --- a/node_modules/react-native/Libraries/Components/Touchable/Touchable.js +++ b/node_modules/react-native/Libraries/Components/Touchable/Touchable.js @@ -21,18 +21,7 @@ import type...
My solution is to use `renderTabBarItem`.
@v-vashchenko Do you still remember the fork that you used?
Temporary workaround: ```js import React from 'react'; import ToggleSwitch from 'rn-toggle-switch'; class Toggle extends ToggleSwitch { onDragEnd = (e) => { const { contentOffset } = e.nativeEvent; if(contentOffset.x > (this.props.width...
@cortinico Can I get https://github.com/facebook/react-native/tree/main/packages/react-native/ReactAndroid/src/test/java/com/facebook/react/bridge/interop/FakeRCTEventEmitter.java?
@cortinico Since you allow at most 2 files and no one else commenting, can I get [react/bridge/interop/InteropModuleRegistryTest.java](https://github.com/facebook/react-native/tree/main/packages/react-native/ReactAndroid/src/test/java/com/facebook/react/bridge/interop/InteropModuleRegistryTest.java)?