Closed tomgenoni closed 4 years ago
I removed type: 'string' from the duration tokens and converted the strings to numbers. Leaving that type in meant the numbers in the JSON were converted back to strings in the JS dist files.
type: 'string'
type
The Android tokens appear already correct.
<integer name="tp_duration_1">75</integer>
I removed
type: 'string'
from the duration tokens and converted the strings to numbers. Leaving thattype
in meant the numbers in the JSON were converted back to strings in the JS dist files.The Android tokens appear already correct.