Open in app
Home
Notifications
Lists
Stories

Write
Ivan Pagáč
Ivan Pagáč

Home

Mar 6, 2020

Using react hooks to simplify animation in react-native

I am working on an application where are lots of simple animations, 80% of them are just opacity changes based on boolean value, consider for example opacity of a button change from 40% to 100% on value change. So, to keep the opacity animation same over all application, let’s follow the DRY and SRP principle and extract that to custom hook so the only thing that the client of this hook really cares about is providing the boolean flag and optionally true/false opacity values if you want to use different opacity values on other places.

React Native Development

1 min read


Feb 29, 2020

How to solve ITMS-90809: Deprecated API Usage with ReactNative <0.60 in CI pipeline

For a while I was ignoring the issue described in email from Apple App Store Connect for an application submission as there was no deadline mentioned. However, things changed this week when I saw there deadline mentioned is April 2020. ITMS-90809: Deprecated API Usage — Apple will stop accepting submissions…

React Native

1 min read

Ivan Pagáč

Ivan Pagáč

Now: ReactNative developer, app architect, Past: .NET dev, SharePoint Dev

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable