Conor

Results 28 comments of Conor

> We are experiencing this as well (similar to the video posted above) but don't have data points to know if it is an issue specific to react-native-calendars vs. react-native:...

> In the earlier version, `@ant-design/cssinjs` use `@layer` to reduce css priority. But we found that it's too easy to conflict with other lib's css: > > ```css > //...

For anyone looking, the v4 to v5 migration guide has the wrong link, so the hash priority can be lowered via this page: https://ant.design/docs/react/compatible-style

This occurs for us when we have the following added to our plugins array: ``` [ "expo-build-properties", { "ios": { "useFrameworks": "static" } } ], ``` We're stuck in a...

@mweststrate Thanks for pushing this through. Expo just dropped support for SDK 45, which was compatible with the version of rn-firebase that didn't require use_frameworks. Anyone forced to upgrade both...

Given TypeORM hasn’t had any new commits in the last six months, although there’s the announcement 5 days ago that a new software firm will take over development of TypeORM,...

Chiming in to say this bit us. Expected the T as the most standard string format for datetimes now.