James Hemery
James Hemery
### Summary When I upgrade an existing projet to SDK 46 (React 18) or when I create a new blank project, and running on web I have this error: 'Warning:...
# Bug A rather strange bug, when on an Expo application (the bug is also present on the Expo example on the repo) if I disable bottom sheet logging, the...
Resolve #184
Hi :) Actually the variant/variants props is not passed to a styled component. **Example:** ```js function Button({title, variant}){ // Here variant is undefined } export default styled(Button, { defaultVariant: 'default',...
### Versions: - `@inertiajs/inertia` version: 0.11.1 - `@inertiajs/inertia-react` version: 0.8.1 ### Describe the problem: The methods exposed by the return of the useForm hook are not stable. At each rendering,...
### Build/Submit details page URL _No response_ ### Summary I try Expo SDK 49 with the tabs template : `yarn create expo --template tabs@beta` After installing dev-client and eas-update, I...
Current fixture : ```json "ephemeral_key": { "created": 1234567890, "expires": 1234567890, "id": "ephkey_1N6Eh1ArWMVfByDX9Sxa4XVW", "livemode": false, "object": "ephemeral_key" }, ```
Expo is limited to [600 notifications per seconds](https://docs.expo.dev/push-notifications/sending-notifications/#request-errors).
Add ability to run on multiple server by implementing a row locking system. Currently running on multiple servers can cause duplicate notifications.