Shalom Yerushalmy 7 vuotta sitten
vanhempi
commit
6768876066
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      playground/src/screens/StaticLifecycleOverlay.js

+ 2
- 2
playground/src/screens/StaticLifecycleOverlay.js Näytä tiedosto

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