Skip to content

Commit f0e607c

Browse files
authored
add Iterable SDK and Expo plugin to react-native-libraries.json (#1743)
1 parent 72e568d commit f0e607c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

react-native-libraries.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15986,5 +15986,25 @@
1598615986
"examples": ["https://github.com/SolankiYogesh/rn-turbo-location-enabler/tree/main/example"],
1598715987
"android": true,
1598815988
"newArchitecture": true
15989+
},
15990+
{
15991+
"githubUrl": "https://github.com/Iterable/react-native-sdk",
15992+
"npmPkg": "@iterable/react-native-sdk",
15993+
"examples": [
15994+
"https://github.com/Iterable/react-native-sdk/tree/master/example"
15995+
],
15996+
"ios": true,
15997+
"android": true,
15998+
"newArchitecture": true
15999+
},
16000+
{
16001+
"githubUrl": "https://github.com/Iterable/iterable-expo-plugin",
16002+
"npmPkg": "@iterable/expo-plugin",
16003+
"examples": [
16004+
"https://github.com/Iterable/iterable-expo-plugin/tree/main/example"
16005+
],
16006+
"ios": true,
16007+
"android": true,
16008+
"newArchitecture": false
1598916009
}
1599016010
]

0 commit comments

Comments
 (0)