Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.11 KB

AnimatedImplementation.md

File metadata and controls

26 lines (17 loc) · 1.11 KB

Animated react-native-maps

With AnimatedImplementation.js you able to animate MapView and Markers events.

Installation

Replace the AnimatedImplementation.js file into following folder with the one from this repository: node_modules/react-native/Libraries/Animated/AnimatedImplementation.js.

General Usage

See Instructions and search for 'Using with the Animated API' or check it here.

License

 Licensed under the The MIT License (MIT) (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

    https://raw.githubusercontent.com/lelandrichardson/react-native-maps/master/LICENSE

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.