Idan LeviHow to Easily Preview Twitter Content in Your React Native App with react-native-twitter-previewAs a React Native developer, I often need to display Twitter content in my apps. However, I found that there wasn’t an easy solution to do…Apr 14, 20232Apr 14, 20232
Idan LeviReact Native Clipboard with ToastEveryone has experienced the normal operation of copying to a clipboard on mobile applications, and everyone knows what needs to do after…Mar 31, 2021Mar 31, 2021
Idan LeviInjecting JavaScript into React Native WebviewSometimes we want to control the Webview and/or get a response from the Webview, Just for that, the Webview has injectedJavaScript prop.Apr 3, 20203Apr 3, 20203
Idan LeviYouTube Video in React-NativeHere is an example of YouTube video integration in React Native without an external library.Mar 28, 2020Mar 28, 2020
Idan LeviLodash, how much do we pay for it? (Performance improvement)All of us like to use this nice library that makes our life easier, but before your next import let’s understand how much it costs and how…Mar 27, 2020Mar 27, 2020
Idan LeviEnum in JavaScriptEnum (Enumerated type) is a special type used to define collections of constants (usually it will be defined by numbers, but not only).Mar 27, 2020Mar 27, 2020