@fullstory/babel-plugin-react-native
Advanced tools
Comparing version 0.9.2 to 0.9.3
# Changelog | ||
## 0.9.3 | ||
Adds README information about the private beta | ||
## 0.9.2 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@fullstory/babel-plugin-react-native", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "The official FullStory React Native babel plugin", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/fullstorydev/fullstory-babel-plugin-react-native.git", |
@@ -5,2 +5,6 @@ # FullStory React Native Babel Plugin | ||
## Note: This plugin is currently in private beta. | ||
If you’re interested in gaining access to the private beta, please email mobile-support@fullstory.com and we’ll follow up with next steps. While we wish we could grant everyone access to the beta program, please bear in mind that we’re evaluating each request on a case-by-case basis and admission into the beta is not guaranteed. | ||
FullStory's React Native babel plugin performs compile-time transformations to add FullStory-specific attributes to all React Native controls. This plugin should only be used in conjunction with `@fullstory/react-native`. | ||
@@ -35,2 +39,2 @@ | ||
}; | ||
``` | ||
``` |
13026
39