Alexander Sklar

Results 183 comments of Alexander Sklar

@bibyzan great question. Yes, it is possible to create a pure C++ native module (in fact, we'd recommend C++ over C# for a number of reasons). We should update our...

I can see that however there is no indication to the developer that their data is going to be dropped on the floor. Data loss is worse than having added...

As a customer of AI, I don't expect the behavior of just silently dropping my data. FWIW I spent way too much time debugging into AI to figure this out,...

dang it, I got bit by this too :( @markwolff @OsvaldoRosado could we please add a note in the readme or somewhere in the doc, that says `process.exit()` will prevent...

@thymikee can you please reopen this, since the change was backed out

Love seeing the support for Windows apps being added. Main piece of feedback is that the project files and the code that the template RNW CLI produce, change over time....

Yes I can see your point; I wouldn't want Windows to be the odd one out that's different : ) I just worry about how RNBB will be able to...

this will reduce the pch size (known to be large) at the expense of slower builds (recompiling the same headers everywhere they are used), which for xaml headers can be...