Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 8f15a44

Browse files
committed
Add polypill comment to App.js
1 parent 1e00bb9 commit 8f15a44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mobile/App.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import 'node-libs-react-native/globals';
22
import { Platform } from 'react-native';
3+
4+
// Polyfill ECMAScript Internationalization API on Android
5+
// See: https://github.com/facebook/react-native/issues/19410
36
if (Platform.OS === 'android') {
47
require('intl');
58
require('intl/locale-data/jsonp/en-US');

0 commit comments

Comments
 (0)