BruceSuperProgramer

Results 16 comments of BruceSuperProgramer

Really love to see your team to implement this feature.

We found lodash functions such as orderBy and isEmpty not working with realmObject anymore which worked well with the legacy realm version.

Your URL in your path may contains chinese. I solved it by following code: let filePath = decodeURIComponent(res.uri); I used react-native-document-picker. Returned uri(file path) contains Chinese characters.

1, Auto linking will build app ok but it will throw error about startThread when head to the page where Thread logic placed. 2, Manual linking will failed to compile...

@jhmleung Thanks for letting me know. Yup, I found a particular version of the RN thread will only work for a particular version of React Native library .

nvm unalias default works for me. I have ran it then re-installed pod and build app via xcode. FBReactNativeSpec problem fixed. I have other erros now but I think it...

BruceHammerTech is one of my accounts. I opened this issue. The problem I found out is that even I have OrientationListener attach to the screen. The screen will not be...

Hi guys, I just tested the orientation feature from the example project listed in this git repository. I found that it looks like not working properly in the simulator because...