Skip to content

Commit

Permalink
Fix React-native-maps 0.21.0
Browse files Browse the repository at this point in the history
- Cập nhật react 0.44.0-rc-4
- Cần cập nhật Gradle 3 (react-native-maps/react-native-maps#2096 (comment))
  • Loading branch information
maslhiro committed Apr 13, 2018
1 parent 3247d2f commit 0f276ce
Show file tree
Hide file tree
Showing 5 changed files with 2,711 additions and 513 deletions.
3 changes: 1 addition & 2 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ import MapFireBase from './src/Components/MapFireBase'
// Dinh vi va get dia chi (Quận + Thành Phố)
import MapGPS from './src/Components/MapGPS'

import MapRE from './src/Components/MapRE'
export default class App extends Component {
render() {
return (
<View style={styles.container}>
<MapRE/>
<MapGPS/>
</View>
);
}
Expand Down
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ rootProject.name = 'DemoApp'
include ':app'
include ':react-native-maps'
project(':react-native-maps').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-maps/lib/android')
include ':react-native-geocoder'

include ':react-native-geocoder'
project(':react-native-geocoder').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-geocoder/android')
Loading

0 comments on commit 0f276ce

Please sign in to comment.