PAParjanya Aditya Shuklainanexpertcoder.hashnode.dev路Jun 10, 2023 路 6 min readSharing text, links and images in react native appsHey folks, In this article, we will be creating the share feature for an app in React Native usingthe following libraries - react-native-fs react-native-share First things first !! node --version v14.17.6 npm --version 6.14.15 npx react-nat...01J
PAParjanya Aditya Shuklainanexpertcoder.hashnode.dev路Nov 5, 2022 路 2 min readOpen Source in the Web 3.0 world ~ GitopiaHey folks, This article covers key insights from the Whitepaper of Gitopia. The open source platforms like Github, Gitlab, BitBucket and many more, are Web2 centric. Gitopia reminds me of Zootopia (Anime movie) and the memes like - Gitopia is a...00
PAParjanya Aditya Shuklainanexpertcoder.hashnode.dev路Aug 23, 2022 路 3 min readChoose Spheron as your Web 3 deployment platformHey folks, You might be wondering what Spheron is ? You might also be wondering whichWeb 3.0 platform gives the best deployment experience to developers ? The answer to the second question is hard. Because the Web 3.0 space i...00
PAParjanya Aditya Shuklainanexpertcoder.hashnode.dev路Aug 4, 2022 路 8 min readApp Shortcuts in React Native : Never let your app shortcuts open any random app 馃槀Hey folks, In this article we will be creating App Shortcuts for React Native apps as shown in the image. We will be creating this using the react-native-app-shortcuts library. First things first !! node --version v16.14.1 npm --version 8.5.0 j...00
PAParjanya Aditya Shuklainanexpertcoder.hashnode.dev路Jun 19, 2022 路 6 min readFloating Heart Animation using React-Native-ReanimatedHey folks, in this article we will be creating floating heart animation as shown in the video. We will be creating the animation using React-Native-Reanimated library. You might have probably seen this animation in popular mobile apps like Instag...00