From 452fd7bf046505a1120271001c3cb25a502da506 Mon Sep 17 00:00:00 2001 From: Bartol Karuza Date: Thu, 7 Nov 2019 14:24:54 +0100 Subject: [PATCH] fix(example): remove flow parsing from example --- example/js/CameraRollView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/example/js/CameraRollView.js b/example/js/CameraRollView.js index cb25dc2a6..bd99645fa 100644 --- a/example/js/CameraRollView.js +++ b/example/js/CameraRollView.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @flow */ 'use strict';