wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.01k stars 2.68k forks source link

fix: include postinstall.js in published artifact #7849

Closed oblador closed 4 months ago

oblador commented 4 months ago

Fixes bug introduced by https://github.com/wix/react-native-navigation/pull/7829/files that causes the package is failing upon install with:

node_modules/react-native-navigation: Command failed.
Exit code: 1
Command: node scripts/postinstall.js

UPDATE: On a second thought, this postinstall script doesn't belong in this package at all. It's already fixed in 0.73.2, and it's not proper for an npm package applying patches to other packages IMHO.

asafkorem commented 4 months ago

Will be resolved in: https://github.com/wix/react-native-navigation/pull/7850