Recent Posts
My first attempt to draw a realistic eye on Autodesk Sketchbook using a drawing tablet
I just bought a drawing pad yesterday – a Wacom Intuos (~120 bucks) and felt so excited to give it a try right away. This…
[Code] He’s A Pirate Cover in SONIC PI – V0.1
Here is my first try to do a cover of He’s A Pirate (Pirates Of The Caribbean) in Sonic Pi. There are no special sound effects added yet, just raw for version 0.01.
Facebook Video Downloader – React Native
This Facebook Video Downloader project (written in React Native) is an mobile application which allows users to download Facebook videos via video public post urls.
English Learning App – IELTS Test/Quiz Forecasting – Full React Native Mobile App + Admin Panel
App’s objectives This is an English learning app with the focus in IELTS – The world’s most popular English language proficiency test Questions happening in…
Command event callback not being invoked on popping
🐛 Bug Report useNavigationCommand( useCallback(() => { console.debug(`${componentId} on navigation command!`); canNavigate.current = false; }, [componentId]) ); useNavigationCommandComplete( useCallback(() => { console.debug(`${componentId} on navigation command…
(Android only) VerifyError: Verifier rejected class com.reactnativenavigation.views.element.TransitionSetCreator
🐛 Bug Report After updating from v6 to v7 and following the update instructions, app crashes with the following: Just for android, working fine for…
Android Title is always to the left, and doesn’t respect `layout.direction`.
🐛 Bug Report I’m trying to setup i18n intro my app & android topbar is alway set to the left event when I have layout.direction…
Touches freeze when i navigate between tabs in my custom bottom tabs component
Current Behavior i have create my custom bottom tabs component and i follow the guides in docs but when i navigate from tab to another…
Cannot understand why this warning is displayed – Accessing the ‘state’ property of the ‘route’ object is not supported
Current Behavior What code are you running and what is happening? I have made a small example to reproduce the issue: https://github.com/mlecoq/materialTopTabBarIssue I have nested…
Searchbar component ignores numberoflines prop on iOS
Current behaviour When setting numberoflines={1} to Searchbar component, it still shows multiple lines on ios. Expected behaviour Only one line is visible Code sample https://snack.expo.io/mM73lZ7cL…
Error:Tried to register two views with the same name FastImageView
No description provided.
CocoaPods could not find compatible versions for pod “SDWebImage”
Describe the bug Unable to do pod install. I have tried using an older version and I am able to use up to 8.1.9. To…
Gallery and Camera open and then close instantly.
Version Tell us which versions you are using: react-native-image-crop-picker v0.35.0 react-native v0.63.2 Platform Tell us to which platform this issue is related iOS 13.5 Expected…
[Camera] Failed to read exposureBiasesByMode dictionary
[Camera] Failed to read exposureBiasesByMode dictionary: Error Domain=NSCocoaErrorDomain Code=4864 “*** -[NSKeyedUnarchiver _initForReadingFromData:error:throwLegacyExceptions:]: data is NULL” UserInfo={NSDebugDescription=*** -[NSKeyedUnarchiver _initForReadingFromData:error:throwLegacyExceptions:]: data is NULL} react-native-image-crop-picker: 0.35. React Native:…
Recent comments