create-react-native-dapp icon indicating copy to clipboard operation
create-react-native-dapp copied to clipboard

fix: add patch for react-native-get-random-values

Open bidah opened this issue 3 years ago • 1 comments

  • 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 ios it 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 patches directory the needed patch to overwrite a header file in react-native-get-random-values

  • Other information: --

bidah avatar Jun 07 '22 14:06 bidah

can we merge?

nel349 avatar Aug 11 '22 00:08 nel349