Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Fix ViewPropTypes #3426

Open
alejodiloreto opened this issue Jul 27, 2022 · 1 comment
Open

Fix ViewPropTypes #3426

alejodiloreto opened this issue Jul 27, 2022 · 1 comment

Comments

@alejodiloreto
Copy link

Hi! 馃憢

Firstly, thanks for your work on this project! 馃檪

Today I used patch-package to patch [email protected] for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-camera/src/RNCamera.js b/node_modules/react-native-camera/src/RNCamera.js
index b7a271a..6dd3123 100644
--- a/node_modules/react-native-camera/src/RNCamera.js
+++ b/node_modules/react-native-camera/src/RNCamera.js
@@ -1,11 +1,11 @@
 // @flow
 import React from 'react';
 import PropTypes from 'prop-types';
+import { ViewPropTypes } from 'deprecated-react-native-prop-types';
 import {
   findNodeHandle,
   Platform,
   NativeModules,
-  ViewPropTypes,
   requireNativeComponent,
   View,
   ActivityIndicator,

This issue body was partially generated by patch-package.

@spsaucier
Copy link

You'd also need to add the package to package.json.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants