Can Poyrazoğlu
Can Poyrazoğlu
React Native Debugger app version: 0.10.2 React Native version: 0.61.2 Platform: iOS 11.0.1 Is real device of platform: no (sim) Operating System: macOS 10.15 I'm trying to use the inspector,...
# Bug I've done everything line by line in README. In `npm run start` after a few minutes I got this: ``` =================== compiling jsc for arm no-intl =================== /Users/Can/Documents/Programming/Android/JSC/jsc-android-buildscripts/scripts/compile/jsc.sh:...
I'm trying to run the notebook. I've ran the setup successfully, I've also logged in successfully with my HF token. When I run the "Load the interface" cell I get...
The effects look great! However, on Safari 16.1 on Mac, it glitches and alternates rapidly between backside and frontside as I move the cursor: https://user-images.githubusercontent.com/4348413/198997278-5e928e62-e594-4452-9670-97e6767462ac.mov It occurs also when the...
I can emit a message with args and it just sends fine: `[client emit:@"message" items:@[data]];` However, I need the ACK payload too, so I use: [[client emit:@"message" items:@[data]] timingOutAfter:5 callback:^(NSArray...
I've been debugging my app perfectly on iOS. I now need to debug also on Android. When I pick debug from the menu I get the following error: `Failed to...
I have the following code: ``` const exists = await RNFS.exists(dest); debugger; ``` On iOS, everything works as expected. On Android, _sometimes_ everything works as expected, and _sometimes_ (completely randomly,...
I'm getting undefined is not an object (evaluating RNFSManager.RNFSFileTypeRegular) on Android (on iOS it works fine). I've seen other issues for this same error yet they are all old and...
### Steps to reproduce Have the following code: ``` await Share.shareSingle({ url: URL //link to my valid URL, title: 'My App Name', social: target, }); ``` - When the target...
## 🐛 Bug Report In the playground after copying code there is a popup that appears occasionally, kindly asking for donations. However, none of the three links, nor the link...