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

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

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