Gireg de Kerdanet
Results
2
issues of
Gireg de Kerdanet
First, thanks for this great library ! This is my code ``` import React from 'react'; import {SafeAreaView, Text} from 'react-native'; import * as Animatable from 'react-native-animatable'; export class AnimatedToaster...
On all platforms, the following code ``` final f = File(...); unawaited(f.writeAsString('aaa', flush: true)); unawaited(f.writeAsString('b', flush: true)); ``` writes 'baa' to the file. This ended up creating a crash in...