From 3927611c30cacd35c33243aec58a2bd249ca45e7 Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Mon, 15 Nov 2021 07:16:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20`TODO`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/TODO.md b/docs/TODO.md index 641a2fb..6ac0d36 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -61,6 +61,10 @@ ### Version: `next` +
+ +### Version: `1.4.0` + - [x] (Commit: `a0b008c`) Migrate project to use the new template generated by `create-react-native-library` and `react-native-builder-bob`. * Example app no longer builds, but the library still works when installed on a newly created react-native app. The example project may be incompatible with Xcode 13.1. * After migrating the project to the new template, the example app now builds + run on iOS 15.