Skip to content

Commit

Permalink
Merge pull request #1345 from flexn-io/chore/injections-test-case
Browse files Browse the repository at this point in the history
Chore/injections test case
  • Loading branch information
mihaiblaga89 committed Jan 19, 2024
2 parents 1fec067 + c53054e commit e8548c4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/app-harness/renative.json
Expand Up @@ -6,7 +6,12 @@
"path": "./secrets/privateConfigs.enc"
},
"plugins": {
"react-native-permissions": "3.10.1"
"react-native-permissions": "3.10.1",
"react-native": {
"android": {
"implementation": "// TEST"
}
}
},
"permissions": {
"ios": {
Expand All @@ -18,4 +23,4 @@
}
}
}
}
}

0 comments on commit e8548c4

Please sign in to comment.