Fabrizio Bertoglio

Results 239 comments of Fabrizio Bertoglio

The error seems to point to the following RNTester custom fabric component https://github.com/fabriziobertoglio1987/react-native/blob/45ec47f6151065a8743eb95a57b581ee0397bf35/packages/rn-tester/NativeComponentExample/ios/RNTMyNativeViewComponentView.mm#L34 ``` ********** Crash dump: ********** Build fingerprint: 'google/sdk_gphone64_arm64/emulator64_arm64:12/SE1A.220203.002.A1/8151367:user/release-keys' Abort message: 'terminating with uncaught exception of type std::length_error:...

librrc_view.so ``` (facebook: :react: :AccessibilityProps: :AccessibilityProps(facebook: :react: :PropsParserContext const&, facebook: :react: :AccessibilityProps const&, facebook: :react: :RawProps const&)+2844) ``` adding the accessibilityUnit prop to ``` M Libraries/Components/View/ReactNativeViewAttributes.js M Libraries/Components/View/View.js M Libraries/Components/View/ViewAccessibility.d.ts...

second part of the log lib_react_codegen_AppSpecs.so ``` packages/rn-tester/NativeComponentExample/iOS/RNTMyNativeViewComponentView.mm ``` RNTester on android stops with runtime error triggered from `iOS/RNTMyNativeViewComponentView.mm` which iOS only custom native component. CLICK TO OPEN TESTS RESULTS

manually patching the prefab-headers avoid the app from triggering a runtime error ReactAndroid/build/prefab-headers/rrc_view/react/renderer/components/view/AccessibilityProps.h

Removing this dependency and installing https://github.com/wonday/react-native-orientation-locker

@zackify the photos are stored in [cache](https://developer.android.com/studio/debug/device-file-explorer), but as explained above you can use other libraries to save the file to a specific location. @SychevSP are you still working on...

to fix the Circle CI issue, I suggest you to: origin is njinou github repo upstream is react-native-community repo ``` git checkout git fetch upstream git rebase upstream/master git push...

We already have a lot of manteinance work.. Can we build a Camera App like Instangram or Youtube and support millions of users? No. React-Native and React-Native-Camera and many other...

my opinion is that we should focus on the pr closing issues reported in the react-native-camera repo (including those closed by bot). Unluckily time is very limited Project in Maintenance...

to solve the following [merge conflict][1]: [1]: https://github.com/AgileVentures/MetPlus_PETS/wiki/Resolving-Pull-Request-merge-conflicts you need to delete `static propTypes = {}`, as you included them already at the bottom of the file as `Camera.propTypes =...