react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.47k stars 277 forks source link

Windows ReactNativePicker DLL missing detailed file information/resources. #443

Closed taenri closed 1 year ago

taenri commented 2 years ago

After the windows ReactNativePicker project is built, its DLL is missing file information such as "Product name" and "Product version". Certain rules in AppLocker can block DLLs that are missing this information (especially when using unpackaged applications), so it is important that this information is present. This means users running applications depending on ReactNativePicker.dll will be broken until the user manually whitelists the DLL on AppLocker.

A ReactNativePicker.rc file should be added so that the DLL file details are correctly populated at build-time.

taenri commented 2 years ago

PR Opened: https://github.com/react-native-picker/picker/pull/444

Naturalclar commented 1 year ago

Closed via #444