create-react-native-dapp
create-react-native-dapp copied to clipboard
fix: add patch for react-native-get-random-values
-
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Bugfix
-
What is the current behavior? (You can also link to an open issue here) When running generator it builds but upon running
yarn iosit breaks with error message related to duplicates. Ref: https://github.com/expo/expo/issues/15649 -
What is the new behavior (if this is a feature change)? It adds on the build pipeline a new function at the end that adds to the
patchesdirectory the needed patch to overwrite a header file inreact-native-get-random-values -
Other information: --
can we merge?