Michał Papliński
Results
2
issues of
Michał Papliński
ShadowFlex component does not seem to be processing props change thus not always rendering properly. This added to [ShadowFlex.js](https://github.com/tokkozhin/react-native-neomorph-shadows/blob/09924d325354ccc9d6a8181918347bb36ec4ebe6/src/ShadowFlex.js) seems to fix it. ```ts componentDidUpdate(_prevProps, prevState) { const { style...
Closes #3157 This PR allows literal values to be passed without transformation in types. As a side effect it allows to pass branded types. See example: ```tsx import { createFileRoute...
package: router-core