Skip to content

Commit

Permalink
feat: add notify context
Browse files Browse the repository at this point in the history
  • Loading branch information
bufgix committed Jul 23, 2021
1 parent ce311ac commit d1a4d0a
Show file tree
Hide file tree
Showing 21 changed files with 16,073 additions and 946 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
root: true,
extends: '@react-native-community',
rules: {
'react-hooks/exhaustive-deps': 'off',
'curly': 'off',
},
};
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ target 'RnNotifyExample' do
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines.
use_flipper!({ 'Flipper' => '0.80.0' })
use_flipper!({ 'Flipper-Folly' => '2.5.3', 'Flipper' => '0.87.0', 'Flipper-RSocket' => '1.3.1' })
post_install do |installer|
flipper_post_install(installer)
end
Expand Down

0 comments on commit d1a4d0a

Please sign in to comment.