wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.29k stars 695 forks source link

Reverting to Assets path assertion. #3116

Closed nitzanyiz closed 1 month ago

nitzanyiz commented 1 month ago

Description

Revert assets path assertion mechanism. Removing the [kek: string]: any from the assets was needed. Removing it was causing a breaking change because after removing that the typing should be asserted and checked before usage therefore community (any user that loads assets by itself) will have ts errors when getting an asset.

Changelog

Assets - Revert dynamic assets typings.

Additional info

MADS-4270