List / Grid Display some placeholder stuff before rendering your text or media content Jan 07, 2018 1 min read rn-placeholder Display some placeholder stuff before rendering your text or media content in React Native. Installation $ npm install rn-placeholder --save JavaScript In your code import Placeholder from 'rn-placeholder'; /*...*/ render() { return ( <View> <Placeholder.ImageContent size={60} animate="fade" lineNumber={4} lineSpacing={5} lastLineWidth="30%" onReady={this.state.isReady} > <Text>Placeholder has finished :D</Text> </Placeholder.ImageContent> </View> ); } /*...*/ JavaScript GitHub List / GridUI
List / Grid Poor intrusive way to make A/B Testing by using an HoC instead Poor intrusive way to make A/B Testing by using an HoC instead of components. 07 January 2018
List / Grid A simple library that allows you to reorder items in LazyColumn and LazyRow A simple library that allows you to reorder items in LazyColumn and LazyRow 26 November 2023