Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed Jun 6, 2019
1 parent 51c1086 commit 6cc781b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/expo/src/components/footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { View, StyleSheet, Text, Linking } from 'react-native';
export const Footer = () => (
<View style={s.footer}>
<Text style={s.footer__copy}>
Created by <Text style={s.footer__author} onPress={() => Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet</Text> — v1.0.0-alpha.23
Created by <Text style={s.footer__author} onPress={() => Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet</Text> — v1.0.0
</Text>
</View>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { View, StyleSheet, Text, Linking } from 'react-native';
export const Footer = () => (
<View style={s.footer}>
<Text style={s.footer__copy}>
Created by <Text style={s.footer__author} onPress={() => Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet</Text> — v1.0.0-alpha.23
Created by <Text style={s.footer__author} onPress={() => Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet</Text> — v1.0.0
</Text>
</View>
);
Expand Down
2 changes: 1 addition & 1 deletion examples/react-navigation/src/components/footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { View, StyleSheet, Text, Linking } from 'react-native';
export const Footer = () => (
<View style={s.footer}>
<Text style={s.footer__copy}>
Created by <Text style={s.footer__author} onPress={() => Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet</Text> — v1.0.0-alpha.23
Created by <Text style={s.footer__author} onPress={() => Linking.openURL('https://github.com/jeremybarbet')}>Jérémy Barbet</Text> — v1.0.0
</Text>
</View>
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-modalize",
"version": "1.0.0-alpha.23",
"version": "1.0.0",
"description": "A modal that loves scrollable content.",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 6cc781b

Please sign in to comment.