I break things @hypertrack, Used to break things @dataphilabs, @printwithpi
Coffee, Tea, debugging JS
No blogs yet.
Quite recently I noticed that I can create better portfolio/profile with React SPAs & there are plenty of good frameworks that help me do that.Same doesn't hold true for document editors (or maybe I'm not skilled enough, or maybe I want to stream lin...
ORyosuke commentedI'm trying to find a simple implementation for the confirm box. The solution by bootbox.js, is quite elegant, but it depends on bootstrap which will just increase the bundle size. (For notifications we have already used "react-notify-toast" which is ...
Join discussionI have something like (chat app like interface) <View> <View> <ScrollView/> </View> <TextInput/> </View> I did refer this helpful article here. How ever virtual keyboard still obscures(overlaps, renders on top of) the TextInput (a...
Join discussion