Andrew Coates
Andrew Coates
Note prerelease changetype has been added, but it only shows up on a package that is already a prerelease version. -- There is no other way to specify the prerelease...
Sorry, obviously I needed to flush out what I meant by direct debugging. I'm referring to attaching to the JS engine which is running on the device. Hermes, and V8...
So I was looking through our code, and it doesn't actually look like we've made this change currently. We are calling loadApplicationScript multiple times as is. It looks like the...
@zcgit those require statements would still be evaluated at bundle time. The change to core being done wont provide out of the box bundle splitting / loading for RN. But...
```jsx ``` vs ```jsx ``` Some questions: Does the perf cost of having so many extra nodes on the react side start adding up. Can we avoid ending up with...
You shouldn't have to use VS to do that. You should be able to use require('./myfonts/foo.ttf') and the packager and default configs should manage everything for you, as it does...
This appears to be due to a difference in `react-native-debugger`'s implementation of the RN debugger API and RN core's. `react-native-windows` is making a call to `flushedQueue` before a call to...
Looks like your dev environment isn't picking up the clangformat rules automatically. You can run `yarn format` at the root to manually run them.
Sorry @ilitosh - can you merge this forward?
The original reason for XamlUIService was to try to get anything Xaml specific out of the primary interfaces, since Office is trying to get its platform onto the same APIs...