Shalom Yerushalmy 7 年之前
父節點
當前提交
6768876066
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      playground/src/screens/StaticLifecycleOverlay.js

+ 2
- 2
playground/src/screens/StaticLifecycleOverlay.js 查看文件

61
     >
61
     >
62
       <Text style={{ color: 'red', alignSelf: 'center' }}>X</Text>
62
       <Text style={{ color: 'red', alignSelf: 'center' }}>X</Text>
63
     </TouchableOpacity>
63
     </TouchableOpacity>
64
-  )
65
-}
64
+  );
65
+  }
66
 }
66
 }
67
 module.exports = StaticLifecycleOverlay;
67
 module.exports = StaticLifecycleOverlay;
68
 
68