smallnewer

Results 5 comments of smallnewer

Thanks^_^ It's also not working with #234 . Maybe I did something wrong? My steps 1. download code from [https://github.com/ptmt/react-native-macos/tree/fa28701469188d2b757af84934e13014dacbed9d](https://github.com/ptmt/react-native-macos/tree/fa28701469188d2b757af84934e13014dacbed9d), which is last commit in #234 2. delete `node_modules/react-native-macos/React` in...

After I delete some code at `RCTView.m`,It working right: ````javascript // if (!CGSizeEqualToSize(self.bounds.size, oldSize)) { [self.layer setNeedsDisplay]; // } ```` I don't know if it's appropriate to make such a...

It works right . Thanks @aleclarson ! 👍

228 dos't work.😒 I change the `hitTest` method of `RCTView`,It can work for my demo now, but I think it also has some bugs. -.- hope for your help. ````object-c...

App will crash when startup. I will retry when #227 be published^-^