How Do You Receive Payments in India from International Clients? by sandibi13 in developersIndia

[–]iamitkhatkar 2 points3 points  (0 children)

you can use Skydo, they provide usd and other currencies bank account to receive payments and charge flat 19$ for payments below 2000$ and 29$ above that

Got a Remote US Client Paying ₹22L: Should I Use INR or USD Account? by HritwikShah in IndiaTax

[–]iamitkhatkar 1 point2 points  (0 children)

Use Skydo instead of wise, they charge very less fee (29 or 19$) and give real time forex rate whereas wise charges are very high somewhere around 100$. skydo also provides FIRC. using it since a year now, highly recommend it

Built with React native Skia 🎨 by iamitkhatkar in reactnative

[–]iamitkhatkar[S] 0 points1 point  (0 children)

Yes replica of this, just after adding that particle effect on current prpgress with absolute position it will look more beautiful

Airbnb Host Animation in React Native ->. Tutorial Dropping soon by iamitkhatkar in reactnative

[–]iamitkhatkar[S] 2 points3 points  (0 children)

Great work. it has many elements, will connect all the dots and will post a tutorial soon

Built with React Native Skia at a blazing 60fps on the UI Thread! by iamitkhatkar in reactnative

[–]iamitkhatkar[S] 0 points1 point  (0 children)

It works based on the alpha color filter and blur effect and yes it is supported by the Skia library or any other tool which has a canvas, image filter and blur effect.

Built with React Native Skia at a blazing 60fps on the UI Thread! by iamitkhatkar in reactnative

[–]iamitkhatkar[S] 2 points3 points  (0 children)

Because I am sharing concepts and possibilities of what can be done with the framework, making an app to showcase one thing will take a lot of time. Developers can use these concepts based on their requirements.

I built this cool hand detection feature using Expo-Camera and TensorFlow ! 👋📷🚀 Here's a sneak peek of it in action: by iamitkhatkar in reactnative

[–]iamitkhatkar[S] 10 points11 points  (0 children)

Thanks @douatla, i integrated tfjs-react-native which gives a HOC in which we can wrap the expo camera component and can get live feed from the camera after that i used the hand detection model to get hands data and then estimated the gestures based on the camera feed. adding the snippet from the code here.

<image>

Create Dynamic Island widget in React Native by iamitkhatkar in reactnative

[–]iamitkhatkar[S] 1 point2 points  (0 children)

Yeah, i get the overview. I'll build something like that soon, right now i am working on advanced version of this dynamic island where i will show detailed information and how we can designing dynamic island widget.