swiftui Interesting case with URL query params Last week, I encountered another interesting case of something I didn't know. I worked on the implementation of one API call that requires sending some data as url query params. One of these
xcode Strange Xcode and autocomplete issue A few days ago I experienced a strange issue with the Xcode and its autocomplete functionality that ate some 2-3 hours of my time tracing back when and what happened in the commit
adsense Google detected that I have multiple AdSense accounts How to resolve such a problem which is not that easy resolvable...So, if you receive such warning from Google what do you do? That's correct, you go to the Help Center.But
graphql GraphQL: What is it and why you should consider it over REST? I think that GraphQL is not that different from REST but dramatically improves the developer experience of building and consuming APIs.If you are like me when you come across a new technology
xcode Xcode: The folder “disabled.plist” doesn’t exist. Today I decided to experiment a bit with the new SwiftUI and after the Xcode updated, it gave me this really strange error:🚀 Solution Most probably you're missing the /private/tmp directory. So
reactnative Just published my first React Native package to NPM For a few weeks now I'm working on a small React Native app. After trying to find a package that will work for me and failed, I decided to create a custom component.
reactnative The useState() Hook: Practical Guide Do you know what is the difference between a class component and a function component in React?In this practical guide I will try to explain how the component's state is managed in
reactnative Dynamic switching of themes in React Native App: The funky way with hooks! 👌 In February I posted an article with example of how to switch React Native Paper themes dynamically via the recently introduced Context API. Today, I will try to rewrite the example with the
reactnative React Hooks: Gentle Introduction! 🚀 In this article I'll try to explain in a simple way what are the React Hooks and why it's good to use them when developing your React/React Native apps.Since React 16.
android 🖊️ Let's add custom fonts to a React Native App! It's fairy simple... :) STEP 1: Create a new file in your RN project's root dir with name react-native.config.js and content: module.exports = { project: { ios: {}, android: {}, }, assets: ['./assets/fonts'] }; STEP 2:
react Unrecognized font family 'FontAwesome' Just encontered this issue after installing the react-native-vector-icons package and run the app on an iOS simulator. If you're wondering what is happening even though that the library is correctly linked with the
macos MacOS Catalina Beta installation issue Today, I decided to install the Catalina Beta but after enrolling to the beta program, I encoutered this issue:The requested version of macos is not available The solution I found is to
xiaomi Xiaomi Mi Band 4 and DST (Daylight Saving Time) Issue I'm living in Bulgaria where during the summer is +1 hours because of the DST (Daylight Saving Time). Recently my beloved wife bought me a Xiaomi Mi Band 4 and I'm pretty sure
android How to add a StatusBar in your React Native application I'm sure that at some point you stumbled upon the problem with the status bar. By default the React Native draws the container view from the top left corner of the screen without
react IOS pod install error. Module glog cannot be installed If you encounter this issue when trying install/update your Pods and build your React Native iOS app, here is the solution:Open the Terminal and enter: sudo xcode-select --switch /Applications/Xcode.app
react How to access Firestore subcollections with react-redux-firebase I would like to share with you a code snipped of how to access subcollections in the Cloud Firestore database.Lets say we have this structure:- Users | -- TasksOur exercise is to
motivation Thoughts about our ability to focus on things People say that their minds are wandering most of the time during the day but it's false. See, the mind is a vast area with many sections within. These sections could be related
react How to avoid the virtual keyboard when entering text in React Native Just a small article about one of the most common problems when developing a native apps on iOS or Android - how to handle the showing/hiding of the virtual keyboard and the
self-improvement Формулата 20/20/20 или как да извисим живота си! ГРАБНИ УТРОТО, ИЗВИСИ ЖИВОТА СИ!Преди няколко дни си купих последната книга на Робин Шарма - "Клуб 5 сутринта", която се оказа много добра инвестиция! Откакто прочетох, преди няколко години, най-продаваната му книга,
swift Xcode 10 and... Bridging Headers Issue After updating to Xcode 10 some of the projects (ObjC + Swift) I'm working on started failing with this error:failed to emit precompiled header '*.pch' for bridging header After researching the issue
react Dynamic switching of themes in React Native App [UPDATE] Check out the example implemented with React Hooks 👉 https://www.seishin.me/dynamic-switching-of-themes-in-react-native-app-the-funky-way-with-hooks/I've spent the last 3 hours thinking about an easy way to switch app themes at runtime and I
общество Какво Ви става, хора?! Приятна разходка в не чак-толкова слънчевото време вчера и гледка... група тинейджъри разбиват обществено имущество. Проблемът не беше в това, че тази група тинейджъри опитвайки се да разбият решетка с камък, за да
android Android Snippets: ActionBar Hey, fellow Android Developers and especially the junior ones! In this article as like in the following ones, I will share with you useful snippets of code. 🙃This article will be on-going or
smarthome [Част 2] Проект Умен Дом: Флашване и конфигуриране на Sonoff устройствата с Tasmota 👉 ENGLISH VERSION 👈 Здравейте! Това е част 2 от моя проект за умен дом. Тази статия ще бъде доста по-интересна от предишната като ще разгледаме какво представляват Sonoff Basic Switch и Touch както и
smarthome [Part 2] Smart Home Project: Flashing and configuring Sonoff Devices with Tasmota 👉 БЪЛГАРСКА ВЕРСИЯ 👈 Hey, this is part 2 of my smart home project! This article will be a lot more interesting than the previous! We will see what is within the Sonoff Basic Switch