Lim Jia Rong
Lim Jia Rong
with abit of math, you could achieve 'left or right position'. Try setting below to achieve 'right position' ``` position='top' styles= {{ height: 50, width: x, marginLeft: (width - x)...
Try this: ``` const spawn = require( 'child_process' ).spawnSync const ls = spawn( 'git', [ 'rev-parse', 'HEAD' ] ); const hashFromGitCommit = ls.stdout.toString().trim(); filename: `[name].${hashFromGitCommit}.js`, ```
@munter I might argue that the current hashing algorithm is too strict because of hash base on file path too. If you have 2 similar content in different locations, and...
+1, react-native v0.32.0. However, it seems that this library is not being maintained, and react native's version is way ahead of this library's support. I guess sticking to modal +...