Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
feat(deps): upgrade to React Native v0.64 (#429)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade React Native to v0.64

* chore(deps): upgrade react to v17

* fix: use FlatList in MainSideMenu

* fix: use FlatList in NoteSideMenu

* chore: run pod install

* Revert "fix: use FlatList in NoteSideMenu"

This reverts commit bd9a686.

* Revert "fix: use FlatList in MainSideMenu"

This reverts commit 116fdaf.
  • Loading branch information
arielsvg committed May 5, 2021
1 parent 7565a36 commit f9a205d
Show file tree
Hide file tree
Showing 5 changed files with 1,140 additions and 1,161 deletions.
10 changes: 8 additions & 2 deletions ios/Podfile
Expand Up @@ -15,10 +15,16 @@ pod 'TrustKit', '1.6.5'

target 'StandardNotes' do
config = use_native_modules!
use_react_native!(:path => config["reactNativePath"])
use_react_native!(
:path => config["reactNativePath"],
:hermes_enabled => false,
)
end

target "StandardNotesDev" do
config = use_native_modules!
use_react_native!(:path => config["reactNativePath"])
use_react_native!(
:path => config["reactNativePath"],
:hermes_enabled => true,
)
end

0 comments on commit f9a205d

Please sign in to comment.