Atanas Kanchev
Atanas Kanchev
Hi, first I would like to thank you for this amazing library, I am planning to use it for a production app that will be launching soon. I am a...
## Issue --- I am unable to activate AppCheck in an Expo project following the provided instructions. Steps: 1. `expo init` 2. `yarn add @react-native-firebase/app @react-native-firebase/perf @react-native-firebase/crashlytics @react-native-firebase/app-check` 3. Generate...
### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...
Type: Bug Just running in the background Extension version: 3.3.0 VS Code version: Code 1.78.2 (b3e4e68a0bc097f0ae7907b217c1119af9e03435, 2023-05-10T15:00:40.428Z) OS version: Darwin arm64 22.5.0 Modes: Sandboxed: No System Info |Item|Value| |---|---| |CPUs|Apple...
### What? 1. Updated and pinned dependencies 2. Added a rendering performance test to the sample app ### Why? Keep an eye on any possible regression and demonstrate the very...
[efstathiosntonas](https://github.com/efstathiosntonas) created this [benchmark](https://github.com/efstathiosntonas/react-native-style-libraries-benchmark) of various react native ui libs and Zephyr takes a solid 3rd place after RN Stylesheet and Restyle 
Type: Bug Just running in the background Extension version: 0.5.0 VS Code version: Code 1.78.2 (b3e4e68a0bc097f0ae7907b217c1119af9e03435, 2023-05-10T15:00:40.428Z) OS version: Darwin arm64 22.5.0 Modes: Sandboxed: No System Info |Item|Value| |---|---| |CPUs|Apple...
I couldn't update the scores as the profiler doesn't run on my local... unistyles is still at the top and gluestack performs much better now
While the setup works fine running locally, the deployed to vercel app returns empty translations by loadTranslations in getServerSideProps `GET | https://app.vercel.app/_next/data/HZ7wajlS0AuNQGjuW_9so/en/app/dashboard.json` ```json {"pageProps":{"__ni18n_server__":{"resources":{"en":{"dashboard":{},"common":{}}},"ns":["dashboard","common"]}},"__N_SSP":true} ``` `ni18n.config.ts` ```javascript import ChainedBackend from...
### Bug description The generated router at `generated/routers/Post.router.ts` ```ts createOnePost: protectedProcedure .input(PostCreateOneSchema).mutation(async ({ ctx, input }) => { const createOnePost = await ctx.prisma.post.create(input); return createOnePost; }), ``` has the following...