React Native 0.56 provides native support of Optional Chaining Operator
i.e ?.
However the latest stable release of VS Code can not recognize this syntax and throw a TypeScript validation error:
[ts] Expression expected.
while no complie-time or eslint error was thrown.
How can I do to fix it?☹️