feat(android): FlexboxLayout support for isPassThroughParentEnabled (#8798)

This commit is contained in:
Dimitris - Rafail Katsampas
2021-01-29 23:03:27 +02:00
committed by GitHub
parent 39547b3ef6
commit 5fe27428e0
31 changed files with 333 additions and 302 deletions

View File

@@ -25,7 +25,7 @@ function processFile(file: fs.File) {
const loadContent = () => file.readTextSync();
switch (file.extension.toLocaleLowerCase()) {
case '.js':{
case '.js': {
const noExtPath = filePathRelativeToApp.substr(0, filePathRelativeToApp.length - '.js'.length);
register(filePathRelativeToApp, function () {